Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-rtos by
Revision 82:ed4ff3bea947, committed 2015-06-08
- Comitter:
- mbed_official
- Date:
- Mon Jun 08 13:45:40 2015 +0100
- Parent:
- 81:e45e4ac7c3c8
- Child:
- 83:5c72830f2d48
- Commit message:
- Synchronized with git revision bae47ec3706133b16c1b4346ed4905c059489b7a
Full URL: https://github.com/mbedmicro/mbed/commit/bae47ec3706133b16c1b4346ed4905c059489b7a/
NUCLEO_F103RB, NUCLEO_L152RE - RTOS test enhancement
Changed in this revision
| rtx/TARGET_CORTEX_M/RTX_Conf_CM.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c Wed Jun 03 08:47:13 2015 +0100 +++ b/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c Mon Jun 08 13:45:40 2015 +0100 @@ -166,7 +166,7 @@ #elif defined(TARGET_STM32F302R8) # define OS_CLOCK 72000000 -#elif defined(TARGET_STM32L053R8) || defined(TARGET_STM32L053C8) || defined(TARGET_STM32L152RE) +#elif defined(TARGET_STM32L053R8) || defined(TARGET_STM32L053C8) # define OS_CLOCK 32000000 #elif defined(TARGET_STM32F401VC)
