From: Keith Packard Date: Wed, 23 Oct 2019 16:24:18 +0000 (-0700) Subject: altos: Improve labeling of telefire receive packet information X-Git-Tag: 1.9.1~1^2~20 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=88e279b15b3d2357f142e58d20d73c24bf2561eb altos: Improve labeling of telefire receive packet information Avoid the use of 'cmac_recv', which is not exactly descriptive. Signed-off-by: Keith Packard --- diff --git a/src/drivers/ao_pad.c b/src/drivers/ao_pad.c index b4153558..2592a084 100644 --- a/src/drivers/ao_pad.c +++ b/src/drivers/ao_pad.c @@ -378,7 +378,7 @@ ao_pad(void) while (ao_pad_disabled) ao_sleep(&ao_pad_disabled); ret = ao_radio_cmac_recv(&command, sizeof (command), 0); - PRINTD ("cmac_recv status %d rssi %d\n", ret, ao_radio_cmac_rssi); + PRINTD ("receive packet status %d rssi %d\n", ret, ao_radio_cmac_rssi); if (ret != AO_RADIO_CMAC_OK) continue; ao_pad_packet_time = ao_time();