Skip to content

Commit 2db0938

Browse files
committed
[STM32F410RB] update OS5 RTOS thread test
1 parent 4820c87 commit 2db0938

File tree

1 file changed

+2
-0
lines changed
  • TESTS/mbedmicro-rtos-mbed/threads

1 file changed

+2
-0
lines changed

TESTS/mbedmicro-rtos-mbed/threads/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#define STACK_SIZE 512
2020
#elif (defined(TARGET_STM32F070RB) || defined(TARGET_STM32F072RB) || defined(TARGET_STM32F103RB))
2121
#define STACK_SIZE 512
22+
#elif defined(TARGET_STM32F410RB)
23+
#define STACK_SIZE 512
2224
#else
2325
#define STACK_SIZE DEFAULT_STACK_SIZE
2426
#endif

0 commit comments

Comments
 (0)