mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
tests/net/ieee802154_hal: rename common.h
To avoid name clash, rename this application header file to test_common.h
This commit is contained in:
parent
a29efa2fc2
commit
f77b41458e
@ -22,7 +22,7 @@
|
||||
#include "assert.h"
|
||||
#include "kernel_defines.h"
|
||||
#include "net/ieee802154/radio.h"
|
||||
#include "common.h"
|
||||
#include "test_common.h"
|
||||
#include "bhp/event.h"
|
||||
|
||||
#ifdef MODULE_CC2538_RF
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
#include <stdio.h>
|
||||
#include <strings.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "test_common.h"
|
||||
#include "errno.h"
|
||||
#include "event/thread.h"
|
||||
#include "luid.h"
|
||||
|
||||
@ -15,8 +15,8 @@
|
||||
*
|
||||
* @author José I. Alamos <jose.alamos@haw-hamburg.de>
|
||||
*/
|
||||
#ifndef COMMON_H
|
||||
#define COMMON_H
|
||||
#ifndef TEST_COMMON_H
|
||||
#define TEST_COMMON_H
|
||||
|
||||
#include "net/ieee802154/radio.h"
|
||||
#if IS_USED(MODULE_SOCKET_ZEP)
|
||||
@ -60,5 +60,5 @@ void ieee802154_hal_test_init_devs(ieee802154_dev_cb_t cb, void *opaque);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* COMMON_H */
|
||||
#endif /* TEST_COMMON_H */
|
||||
/** @} */
|
||||
@ -1 +0,0 @@
|
||||
../ieee802154_hal/common.h
|
||||
@ -34,7 +34,7 @@
|
||||
#include "test_utils/expect.h"
|
||||
#include "ztimer.h"
|
||||
|
||||
#include "common.h"
|
||||
#include "test_common.h"
|
||||
|
||||
#define MAX_LINE (80)
|
||||
|
||||
|
||||
1
tests/net/ieee802154_submac/test_common.h
Symbolic link
1
tests/net/ieee802154_submac/test_common.h
Symbolic link
@ -0,0 +1 @@
|
||||
../ieee802154_hal/test_common.h
|
||||
Loading…
x
Reference in New Issue
Block a user