1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/ieee802154_submac: fix compilation with NDEBUG

This commit is contained in:
Gunar Schorcht 2021-12-10 13:28:13 +01:00
parent 1091c879a0
commit b3de3e27de

View File

@ -18,7 +18,6 @@
* @}
*/
#include <assert.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
@ -33,6 +32,7 @@
#include "net/ieee802154.h"
#include "net/netdev/ieee802154_submac.h"
#include "net/l2util.h"
#include "test_utils/expect.h"
#include "ztimer.h"
#include "common.h"