X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao.h;h=71bfb6a1f880d36988788b8e4a99e36fcf8c1ed6;hb=185e6d15bcda229949a984910d7394203d301db9;hp=2a8eb0423930d09a60457c94fcd64ec000db5306;hpb=f677a83348a9568679240ee9d731ab454f289831;p=fw%2Faltos diff --git a/src/core/ao.h b/src/core/ao.h index 2a8eb042..71bfb6a1 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -45,6 +45,8 @@ #if HAS_TASK #include +#else +#include #endif /* @@ -377,6 +379,9 @@ ao_gps_print(__xdata struct ao_gps_orig *gps_data); void ao_gps_tracking_print(__xdata struct ao_gps_tracking_orig *gps_tracking_data); +void +ao_gps_show(void) __reentrant; + void ao_gps_init(void); @@ -511,6 +516,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