X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao.h;h=0ad3e4aa6504b68774fdbd7b487a59385ff9a4f2;hb=d2f0dcc73df612d10ed12d364fe661ccd831f037;hp=2a8eb0423930d09a60457c94fcd64ec000db5306;hpb=f677a83348a9568679240ee9d731ab454f289831;p=fw%2Faltos diff --git a/src/core/ao.h b/src/core/ao.h index 2a8eb042..0ad3e4aa 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -45,6 +45,8 @@ #if HAS_TASK #include +#else +#include #endif /* @@ -511,6 +513,8 @@ ao_telemetry_tiny_init(void); extern __xdata uint8_t ao_radio_dma; +extern __xdata int8_t ao_radio_rssi; + #ifdef PKT_APPEND_STATUS_1_CRC_OK #define AO_RADIO_STATUS_CRC_OK PKT_APPEND_STATUS_1_CRC_OK #else