Skip to content

Commit 6010fb4

Browse files
tests/drivers/mrf24j40: rename common.h
To avoid name clash, rename this application header file to test_common.h.
1 parent 12b3796 commit 6010fb4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/drivers/mrf24j40/common.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/drivers/mrf24j40/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "shell.h"
2727
#include "test_utils/netdev_ieee802154_minimal.h"
2828
#include "net/netdev/ieee802154_submac.h"
29-
#include "common.h"
29+
#include "test_common.h"
3030

3131
static netdev_ieee802154_submac_t mrf24j40_netdev[MRF24J40_NUM];
3232

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../net/ieee802154_hal/test_common.h

0 commit comments

Comments
 (0)