X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao_packet.h;h=b8426cf90d7d8cdd7397dfe406bbbdf344cdd626;hb=eb0e1720be2aa4fb6729ceada09c18947bfee2bc;hp=0eafd3b2d5294122847eb7891b85226e2f8b17ef;hpb=e80fa6de4ccc5c4851eab9fb941f9282d2e3eb16;p=fw%2Faltos diff --git a/src/core/ao_packet.h b/src/core/ao_packet.h index 0eafd3b2..b8426cf9 100644 --- a/src/core/ao_packet.h +++ b/src/core/ao_packet.h @@ -62,13 +62,13 @@ ao_packet_flush(void); void ao_packet_putchar(char c) __reentrant; -char -ao_packet_pollchar(void); +int +_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);