Remove double #else statement

pull/2241/head
Vincent Coubard 2016-07-25 13:24:57 +01:00 committed by GitHub
parent d2e683cc1e
commit 1752f23ff8
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
#elif defined(TARGET_MCU_NRF51822)
#define STACK_SIZE 512
#else
#else
#define STACK_SIZE DEFAULT_STACK_SIZE
#endif