Harmonise platform configuration files (Sky)
This commit is contained in:
parent
df54d30a2a
commit
0a76ff8ee7
@ -7,12 +7,8 @@
|
|||||||
#ifdef PROJECT_CONF_PATH
|
#ifdef PROJECT_CONF_PATH
|
||||||
#include PROJECT_CONF_PATH
|
#include PROJECT_CONF_PATH
|
||||||
#endif /* PROJECT_CONF_PATH */
|
#endif /* PROJECT_CONF_PATH */
|
||||||
|
/*---------------------------------------------------------------------------*/
|
||||||
#ifdef PLATFORM_CONF_H
|
#include "sky-def.h"
|
||||||
#include PLATFORM_CONF_H
|
|
||||||
#else
|
|
||||||
#include "platform-conf.h"
|
|
||||||
#endif /* PLATFORM_CONF_H */
|
|
||||||
#include "msp430-def.h"
|
#include "msp430-def.h"
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
/* Map RF_CHANNEL to cc2420 default channel */
|
/* Map RF_CHANNEL to cc2420 default channel */
|
||||||
|
@ -36,8 +36,8 @@
|
|||||||
* Joakim Eriksson <joakime@sics.se>
|
* Joakim Eriksson <joakime@sics.se>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PLATFORM_CONF_H_
|
#ifndef SKY_DEF_H_
|
||||||
#define PLATFORM_CONF_H_
|
#define SKY_DEF_H_
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Definitions below are dictated by the hardware and not really
|
* Definitions below are dictated by the hardware and not really
|
||||||
@ -208,4 +208,4 @@ for SFD timestamping */
|
|||||||
/* Platform-specific define for the end of the stack region */
|
/* Platform-specific define for the end of the stack region */
|
||||||
#define STACK_CONF_ORIGIN ((void *)0x3900)
|
#define STACK_CONF_ORIGIN ((void *)0x3900)
|
||||||
|
|
||||||
#endif /* PLATFORM_CONF_H_ */
|
#endif /* SKY_DEF_H_ */
|
Loading…
Reference in New Issue
Block a user