X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao_packet.h;h=b8426cf90d7d8cdd7397dfe406bbbdf344cdd626;hb=d96fd33aa8a220d547512eb43c88fc8f5651e39e;hp=08b184d60fc340596208c2660b842fc07cff7a69;hpb=868ef0c9c4b208c02a87180b0eede329369bdc77;p=fw%2Faltos diff --git a/src/core/ao_packet.h b/src/core/ao_packet.h index 08b184d6..b8426cf9 100644 --- a/src/core/ao_packet.h +++ b/src/core/ao_packet.h @@ -63,12 +63,12 @@ void ao_packet_putchar(char c) __reentrant; int -ao_packet_pollchar(void); +_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);