[LPC4088]: elif should have been else

pull/120/head
Andreas Rebert 2013-12-07 12:29:06 +01:00
parent 4109fb7d07
commit f5511ff82a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
#if defined(TARGET_LPC4088)
#define MEM_SIZE 15360
#elif
#else
#define MEM_SIZE 16362
#endif