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

added missing includes in cc110x_ng files

This commit is contained in:
Oleg Hahm 2013-09-19 12:29:57 +02:00
parent ceedb9b496
commit d937e59a91
2 changed files with 2 additions and 1 deletions

View File

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

View File

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