introduced WITH_SD parameter. added missing variable.
This commit is contained in:
parent
ea56edc5c2
commit
1fb5841454
2 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue