[STM32F410RB] update OS5 RTOS thread test

pull/2826/head
jeromecoutant 2016-09-27 15:03:31 +02:00
parent 4820c87c68
commit 2db0938d67
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#define STACK_SIZE 512
#elif (defined(TARGET_STM32F070RB) || defined(TARGET_STM32F072RB) || defined(TARGET_STM32F103RB))
#define STACK_SIZE 512
#elif defined(TARGET_STM32F410RB)
#define STACK_SIZE 512
#else
#define STACK_SIZE DEFAULT_STACK_SIZE
#endif