Skip to content

Commit 4e86cf6

Browse files
author
dominus97
committed
Removed the comment
1 parent e636215 commit 4e86cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/rtos/rtx/TARGET_CORTEX_M/RTX_CM_lib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ osThreadDef_t os_thread_def_main = {(os_pthread)main, osPriorityNormal, 0, NULL}
299299
#define INITIAL_SP (0x20010000UL)
300300

301301
#elif defined(TARGET_STM32F303RE)
302-
#define INITIAL_SP (0x20010000UL) //Not sure if right address, but it works!
302+
#define INITIAL_SP (0x20010000UL)
303303

304304
#else
305305
#error "no target defined"

0 commit comments

Comments
 (0)