mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #16863 from benpicco/cc2538_rfcore
cpu/cc2538: don't pollute global namespace with cc2538_rfcore.h
This commit is contained in:
commit
ba481dda8b
@ -25,6 +25,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "board.h"
|
||||
#include "cc2538_rfcore.h"
|
||||
|
||||
#include "net/ieee802154.h"
|
||||
#include "kernel_defines.h"
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "cc2538_gptimer.h"
|
||||
#include "cc2538_soc_adc.h"
|
||||
#include "cc2538_ssi.h"
|
||||
#include "cc2538_rfcore.h"
|
||||
#include "cc2538_sys_ctrl.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "vendor/hw_soc_adc.h"
|
||||
|
||||
#include "cpu.h"
|
||||
#include "cc2538_rfcore.h"
|
||||
#include "periph/hwrng.h"
|
||||
|
||||
#define ENABLE_DEBUG 0
|
||||
|
Loading…
Reference in New Issue
Block a user