1
0
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:
benpicco 2021-09-16 16:06:10 +02:00 committed by GitHub
commit ba481dda8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
#include <stdbool.h>
#include "board.h"
#include "cc2538_rfcore.h"
#include "net/ieee802154.h"
#include "kernel_defines.h"

View File

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

View File

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