1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

cpu/cc2538: harmonized naming of vendor headers

This commit is contained in:
Hauke Petersen 2015-12-18 12:03:55 +01:00
parent 80023f07d8
commit ad23d0dcea
8 changed files with 7 additions and 7 deletions

View File

@ -20,13 +20,13 @@
#define __CPU_CONF_H
#include "cc2538.h"
#include "cc2538-gpio.h"
#include "cc2538-uart.h"
#include "gptimer.h"
#include "ioc.h"
#include "soc-adc.h"
#include "rfcore.h"
#include "sys-ctrl.h"
#include "cc2538_gpio.h"
#include "cc2538_uart.h"
#include "cc2538_gptimer.h"
#include "cc2538_ioc.h"
#include "cc2538_soc_adc.h"
#include "cc2538_rfcore.h"
#include "cc2538_sys_ctrl.h"
#ifdef __cplusplus
extern "C" {