1
0
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:
Leandro Lanzieri 2025-05-06 17:25:15 +02:00
parent a29efa2fc2
commit f77b41458e
6 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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"

View File

@ -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 */
/** @} */

View File

@ -1 +0,0 @@
../ieee802154_hal/common.h

View File

@ -34,7 +34,7 @@
#include "test_utils/expect.h"
#include "ztimer.h"
#include "common.h"
#include "test_common.h"
#define MAX_LINE (80)

View File

@ -0,0 +1 @@
../ieee802154_hal/test_common.h