Removed the custom app thread stack size.

pull/5144/head
Dave Wu 2017-10-03 17:32:10 +11:00
parent c196ad241d
commit d1b81b2161
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@
#ifndef OS_CLOCK
#define OS_CLOCK 26000000
#endif
#ifndef MBED_CONF_APP_THREAD_STACK_SIZE
#define MBED_CONF_APP_THREAD_STACK_SIZE 1024
#endif
#endif