1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-20 20:13:50 +01:00

Merge pull request #213 from OlegHahm/cc10x_ng_includes

added missing includes in cc110x_ng files
This commit is contained in:
Oleg Hahm 2013-09-20 03:09:48 -07:00
commit da9965f6eb
2 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include <transceiver.h> #include <transceiver.h>
#include <cpu-conf.h> #include <cpu-conf.h>
//#include <board.h> #include "cpu.h"
#ifdef DBG_IGNORE #ifdef DBG_IGNORE
#include <stdio.h> #include <stdio.h>

View File

@ -24,6 +24,7 @@
#include <hwtimer.h> #include <hwtimer.h>
#include <config.h> #include <config.h>
#include "cpu.h"
#define ENABLE_DEBUG (0) #define ENABLE_DEBUG (0)
#include <debug.h> #include <debug.h>