mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
introduced WITH_SD parameter. added missing variable.
This commit is contained in:
parent
ea56edc5c2
commit
1fb5841454
@ -4,6 +4,8 @@
|
||||
#define HAVE_STDINT_H
|
||||
#include "msp430def.h"
|
||||
|
||||
#define WITH_SD 0
|
||||
|
||||
#define ENERGEST_CONF_ON 1
|
||||
|
||||
#define IRQ_PORT1 0x01
|
||||
|
@ -69,6 +69,10 @@ msb_ports_init(void)
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
#if WITH_SD
|
||||
int r;
|
||||
#endif /* WITH_SD */
|
||||
|
||||
msp430_cpu_init();
|
||||
watchdog_stop();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user