diff options
Diffstat (limited to 'src/core/ao_packet.h')
-rw-r--r-- | src/core/ao_packet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ao_packet.h b/src/core/ao_packet.h index 618ccda4..f232a878 100644 --- a/src/core/ao_packet.h +++ b/src/core/ao_packet.h @@ -67,6 +67,8 @@ ao_packet_pollchar(void) __critical; #if PACKET_HAS_MASTER /* ao_packet_master.c */ +extern __xdata uint8_t ao_packet_last_rssi; + void ao_packet_master_init(void); #endif |