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

* fixed some includes

This commit is contained in:
Oliver Hahm 2010-11-10 16:09:29 +01:00
parent 119fced20f
commit 63117ed5a4
2 changed files with 9 additions and 8 deletions

View File

@ -38,15 +38,16 @@ and the mailinglist (subscription via web site)
*/
#include <stdio.h>
//#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include "cc1100.h"
#include "cc1100_phy.h"
#include "cc1100-csmaca-mac.h"
#include "protocol-multiplex.h"
#include <cc1100.h>
#include <cc1100_phy.h>
#include <cc1100-csmaca-mac.h>
#include <protocol-multiplex.h>
#include "hwtimer.h"
#include <hwtimer.h>
#include <swtimer.h>
/*---------------------------------------------------------------------------*/

View File

@ -4,8 +4,8 @@
#include <msg.h>
#include <kernel.h>
#include "drivers/cc110x/cc1100.h"
#include "radio/radio.h"
#include <cc1100.h>
#include <radio/radio.h>
#include "gpioint.h"
#include "hwtimer.h"