kopia lustrzana https://github.com/Qyon/STM32_RTTY
Code cleanup
rodzic
3b88cfa582
commit
1444a68b4a
4
main.c
4
main.c
|
@ -167,8 +167,7 @@ int main(void) {
|
||||||
radio_enable_tx();
|
radio_enable_tx();
|
||||||
|
|
||||||
uint8_t rtty_before_aprs_left = RTTY_TO_APRS_RATIO;
|
uint8_t rtty_before_aprs_left = RTTY_TO_APRS_RATIO;
|
||||||
#pragma clang diagnostic push
|
|
||||||
#pragma clang diagnostic ignored "-Wmissing-noreturn"
|
|
||||||
while (1) {
|
while (1) {
|
||||||
if (tx_on == 0 && tx_enable) {
|
if (tx_on == 0 && tx_enable) {
|
||||||
if (rtty_before_aprs_left){
|
if (rtty_before_aprs_left){
|
||||||
|
@ -192,7 +191,6 @@ int main(void) {
|
||||||
__WFI();
|
__WFI();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#pragma clang diagnostic pop
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void send_rtty_packet() {
|
void send_rtty_packet() {
|
||||||
|
|
Ładowanie…
Reference in New Issue