X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao_packet.h;h=b8426cf90d7d8cdd7397dfe406bbbdf344cdd626;hb=57b4d82dee10b142b820aa306028a288a85214f6;hp=6d121bb933d36431bf34453aa9b47e927cd7e8a3;hpb=4f1f3e836393304434130d362771a39f6f8f859a;p=fw%2Faltos diff --git a/src/core/ao_packet.h b/src/core/ao_packet.h index 6d121bb9..b8426cf9 100644 --- a/src/core/ao_packet.h +++ b/src/core/ao_packet.h @@ -68,7 +68,7 @@ _ao_packet_pollchar(void); #if PACKET_HAS_MASTER /* ao_packet_master.c */ -extern __xdata uint8_t ao_packet_last_rssi; +extern __xdata int8_t ao_packet_last_rssi; void ao_packet_master_init(void);