Merge pull request #6845 from marcuschangarm/fix-idle-thread

Remove obsolete OS_IDLE_THREAD_STACK_SIZE from NRF52
pull/6864/head
Cruz Monrreal 2018-05-09 13:16:45 -05:00 committed by GitHub
commit 634774f45f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -37,17 +37,12 @@
#define INITIAL_SP (0x20010000UL)
#endif
#define OS_IDLE_THREAD_STACK_SIZE 512
#elif defined(TARGET_MCU_NRF52840)
#ifndef INITIAL_SP
#define INITIAL_SP (0x20040000UL)
#endif
// More than 256 bytes are needed for the idle thread stack on the NRF52840
#define OS_IDLE_THREAD_STACK_SIZE 512
#endif // defined(TARGET_MCU_NRF51822)...
#endif // #ifndef MBED_MBED_RTX_H