mbed library sources that still uses the stm standard peripheral library
Fork of mbed-src by
Revision 411:276cd45a8c73, committed 2014-11-20
- Comitter:
- mbed_official
- Date:
- Thu Nov 20 08:00:06 2014 +0000
- Parent:
- 410:a95c696104d3
- Child:
- 412:12e8e4569aa7
- Commit message:
- Synchronized with git revision ab15b6b12348a2efaaa7e8f37b395ee9705e498f
Full URL: https://github.com/mbedmicro/mbed/commit/ab15b6b12348a2efaaa7e8f37b395ee9705e498f/
Targets: MTS MDOT - Correct pin names for serial rx/tx
Changed in this revision
targets/hal/TARGET_STM/TARGET_MTS_MDOT_F405RG/PinNames.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/hal/TARGET_STM/TARGET_MTS_MDOT_F405RG/PinNames.h Wed Nov 19 09:00:07 2014 +0000 +++ b/targets/hal/TARGET_STM/TARGET_MTS_MDOT_F405RG/PinNames.h Thu Nov 20 08:00:06 2014 +0000 @@ -123,12 +123,12 @@ PH_1 = 0x71, // Generic signals namings - LED1 = PA_10, - LED2 = PA_10, - LED3 = PA_10, - LED4 = PA_10, - SERIAL_TX = PA_10, - SERIAL_RX = PA_9, + LED1 = PA_9, + LED2 = PA_9, + LED3 = PA_9, + LED4 = PA_9, + SERIAL_TX = PA_9, + SERIAL_RX = PA_10, I2C_SCL = PA_8, I2C_SDA = PC_9, SPI_MOSI = PC_12,