1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-23 13:33:49 +01:00

test/drivers/kw2xrf: 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:26:43 +02:00
parent f77b41458e
commit 044b1f52e7
3 changed files with 2 additions and 2 deletions

View File

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

View File

@ -20,7 +20,7 @@
#include <stdio.h>
#include "common.h"
#include "test_common.h"
#include "fmt.h"
#include "init_dev.h"
#include "kw2xrf.h"

View File

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