introduced WITH_SD parameter. added missing variable.

This commit is contained in:
nvt-se 2009-09-22 15:35:45 +00:00
parent ea56edc5c2
commit 1fb5841454
2 changed files with 6 additions and 0 deletions

View file

@ -69,6 +69,10 @@ msb_ports_init(void)
int
main(void)
{
#if WITH_SD
int r;
#endif /* WITH_SD */
msp430_cpu_init();
watchdog_stop();