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:
parent
119fced20f
commit
63117ed5a4
@ -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>
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user