Mbed for VNG board

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu Nov 20 08:00:06 2014 +0000
Parent:
409:a95c696104d3
Child:
411: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,