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:
parent
1091c879a0
commit
b3de3e27de
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user