altos: Improve labeling of telefire receive packet information
[fw/altos] / src / drivers / ao_pad.c
index b415355838ac657c4242bb08154aabc075e8cc77..2592a084261bec25640f0820dfc018c579f44486 100644 (file)
@@ -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();