drivers/nrf802154: add ; after DEBUG()

This commit is contained in:
Benjamin Valentin 2021-12-08 18:28:49 +01:00
parent 921fdd0975
commit 39e6e19c9c

View File

@ -573,7 +573,7 @@ void isr_radio(void)
* ID 204, "Switching between TX and RX causes unwanted emissions") * ID 204, "Switching between TX and RX causes unwanted emissions")
*/ */
_disable(); _disable();
DEBUG("[nrf52840] TX ACK done.") DEBUG("[nrf52840] TX ACK done.");
_set_ifs_timer(false); _set_ifs_timer(false);
break; break;
default: default: