fix servo error

This commit is contained in:
2024-08-16 16:09:29 +02:00
parent 0f80e087da
commit 4ce7cc1475

View File

@@ -293,7 +293,9 @@ void app_main() {
led_setRGB(0, 0, 0);
#endif
#if TARGET == TARGET_RX
servo_deinit();
#endif
CLI_deinit(&cli_uart);
CMDList_deinit(cmdList);