1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/cc2538dk: cleaned up CPU header file usage

This commit is contained in:
Hauke Petersen 2015-12-18 12:04:53 +01:00
parent ad23d0dcea
commit 9d6ff3d218
2 changed files with 1 additions and 5 deletions

View File

@ -21,10 +21,6 @@
#include "board.h"
#include "cpu.h"
#include "ioc.h"
#include "lpm.h"
#include "cc2538-gpio.h"
static void led_init_helper(int gpio_num) {
gpio_software_control(gpio_num);
gpio_dir_output(gpio_num);

View File

@ -19,7 +19,7 @@
#ifndef PERIPH_CONF_H_
#define PERIPH_CONF_H_
#include "gptimer.h"
#include "cpu.h"
#ifdef __cplusplus
extern "C" {