Skip to content

Commit 48f9602

Browse files
committed
[NUCLEO_F302R8] Fix wrong clock define used by RTX
1 parent e1b89d4 commit 48f9602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/rtos/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
# define OS_CLOCK 168000000
161161

162162
#elif defined(TARGET_STM32F302R8)
163-
# define OS_CLOCK 64000000
163+
# define OS_CLOCK 72000000
164164

165165
#elif defined(TARGET_STM32L053R8) || defined(TARGET_STM32L053C8)
166166
# define OS_CLOCK 32000000

0 commit comments

Comments
 (0)