Skip to content
Snippets Groups Projects
Commit ad23d0dc authored by Hauke Petersen's avatar Hauke Petersen
Browse files

cpu/cc2538: harmonized naming of vendor headers

parent 80023f07
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
File moved
...@@ -20,13 +20,13 @@ ...@@ -20,13 +20,13 @@
#define __CPU_CONF_H #define __CPU_CONF_H
#include "cc2538.h" #include "cc2538.h"
#include "cc2538-gpio.h" #include "cc2538_gpio.h"
#include "cc2538-uart.h" #include "cc2538_uart.h"
#include "gptimer.h" #include "cc2538_gptimer.h"
#include "ioc.h" #include "cc2538_ioc.h"
#include "soc-adc.h" #include "cc2538_soc_adc.h"
#include "rfcore.h" #include "cc2538_rfcore.h"
#include "sys-ctrl.h" #include "cc2538_sys_ctrl.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment