fixed typo in spi initialization

This commit is contained in:
Markus Fröschle
2012-12-13 21:14:48 +00:00
parent 894d53bb88
commit 0f86f3c94b
5 changed files with 31 additions and 96 deletions

View File

@@ -751,9 +751,6 @@ livo:
/* Symbols from the linker script */
extern uint8_t _STRAM_END[];
#define STRAM_END ((uint32_t)_STRAM_END)
extern uint8_t _FIRETOS[];
#define FIRETOS ((uint32_t)_FIRETOS) /* where FireTOS is stored in flash */