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

boards/cc2538dk: cleaned up CPU header file usage

parent ad23d0dc
No related branches found
No related tags found
No related merge requests found
...@@ -21,10 +21,6 @@ ...@@ -21,10 +21,6 @@
#include "board.h" #include "board.h"
#include "cpu.h" #include "cpu.h"
#include "ioc.h"
#include "lpm.h"
#include "cc2538-gpio.h"
static void led_init_helper(int gpio_num) { static void led_init_helper(int gpio_num) {
gpio_software_control(gpio_num); gpio_software_control(gpio_num);
gpio_dir_output(gpio_num); gpio_dir_output(gpio_num);
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifndef PERIPH_CONF_H_ #ifndef PERIPH_CONF_H_
#define PERIPH_CONF_H_ #define PERIPH_CONF_H_
#include "gptimer.h" #include "cpu.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.
Please register or to comment