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-dev by
Revision 120:f2ddb8be7462, committed 2016-04-29
- Comitter:
- mbed_official
- Date:
- Fri Apr 29 16:15:10 2016 +0100
- Parent:
- 119:3921aeca8633
- Child:
- 121:7f86b4238bec
- Commit message:
- Synchronized with git revision d1dc98991286822daacb1d2583e1e184f3240e36
Full URL: https://github.com/mbedmicro/mbed/commit/d1dc98991286822daacb1d2583e1e184f3240e36/
Typo fix in HAL_CM0.S of ARM7 rtx
Changed in this revision
| targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6/PinNames.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6/PinNames.h Fri Apr 29 01:15:11 2016 +0100
+++ b/targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6/PinNames.h Fri Apr 29 16:15:10 2016 +0100
@@ -145,7 +145,7 @@
SPI_MISO = PB_4,
SPI_SCK = PB_3,
SPI_CS = PA_11,
- PWM_OUT = PB_3,
+ PWM_OUT = PB_0,
// Not connected
NC = (int)0xFFFFFFFF
