Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorあく <alleteam@gmail.com>2021-07-15 16:54:11 +0300
committerGitHub <noreply@github.com>2021-07-15 16:54:11 +0300
commit851a44dc59ea614a767ea4e031752e9537a1f9ca (patch)
tree627beb2db8ddae06643ce6b2ef2aad8b7332d7aa /applications/subghz/views/subghz_test_packet.c
parent5df346aebe031f3d20ba4240ee507cf664b5ea2c (diff)
[FL-1528] SubGhz: dma send (#579)
* Gui: input injection in screen stream * Cli: expose ASCII table in public header * SubGhz: dma output draft * SubGhz: output initialization cleanup * SubGhz: update dma send routine, add subghz_tx cli command. * SubGhz: proper register address for DMA * SubGhz: proper, fully working dma+tim2 configuration * SubGhz: transmit PT with cli. * Drivers: fix invalid size in CC1101 PA_TABLE loading routine. * Interrupts: configurable DMA isrs. * F5: backport fixes. * SubGhz: free buffer after use * SubGhz: use sleep instead of reset at the end * SubGhz: async tx repeat with circular DMA * SubGhz: disable dma channel on complete, adjust PT send timings * SubGhz: backport function singature change to F5 * SubGhz: add tx debug gpio
Diffstat (limited to 'applications/subghz/views/subghz_test_packet.c')
-rw-r--r--applications/subghz/views/subghz_test_packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/subghz/views/subghz_test_packet.c b/applications/subghz/views/subghz_test_packet.c
index 27aa264b..7ee4f7d3 100644
--- a/applications/subghz/views/subghz_test_packet.c
+++ b/applications/subghz/views/subghz_test_packet.c
@@ -157,7 +157,7 @@ void subghz_test_packet_exit(void* context) {
osTimerStop(subghz_test_packet->timer);
// Reinitialize IC to default state
- api_hal_subghz_init();
+ api_hal_subghz_sleep();
}
void subghz_test_packet_rssi_timer_callback(void* context) {