X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fao_radio_cmac.c;h=e263f0db8289bbe69697016dca4786494fb71bff;hb=059f09dbca4703c25b42389b54c6510331c39485;hp=41fbbe1fe7a5b7766e938a4876be56fc4844f1fa;hpb=4568bc796a6c362ebf7f72ee9a5fa4a9a3c4ba6a;p=fw%2Faltos diff --git a/src/ao_radio_cmac.c b/src/ao_radio_cmac.c index 41fbbe1f..e263f0db 100644 --- a/src/ao_radio_cmac.c +++ b/src/ao_radio_cmac.c @@ -78,7 +78,7 @@ radio_cmac_send(uint8_t len) __reentrant ao_config_get(); #if HAS_MONITOR - ao_set_monitor(0); + ao_monitor_set(0); #endif ao_mutex_get(&ao_aes_mutex); @@ -107,7 +107,7 @@ radio_cmac_recv(uint8_t len, uint16_t timeout) __reentrant len = round_len(len); #if HAS_MONITOR - ao_set_monitor(0); + ao_monitor_set(0); #endif if (timeout) ao_alarm(timeout);