From 88e279b15b3d2357f142e58d20d73c24bf2561eb Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 23 Oct 2019 09:24:18 -0700 Subject: [PATCH 1/1] altos: Improve labeling of telefire receive packet information Avoid the use of 'cmac_recv', which is not exactly descriptive. Signed-off-by: Keith Packard --- src/drivers/ao_pad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.30.2