mbed library sources

Dependents:   SPI_slave_frdm

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Tue Mar 03 08:00:07 2015 +0000
Parent:
484:b5ae48b573d3
Child:
486:372e782ba350
Commit message:
Synchronized with git revision 9d2fd3e09751e251b0edd7e6c9f7e520b7c69ea6

Full URL: https://github.com/mbedmicro/mbed/commit/9d2fd3e09751e251b0edd7e6c9f7e520b7c69ea6/

Fix #940 - k64f a4/5 pinnames swap

Changed in this revision

targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_MCU_K64F/TARGET_FRDM/PinNames.h Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_MCU_K64F/TARGET_FRDM/PinNames.h	Tue Mar 03 07:15:07 2015 +0000
+++ b/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_MCU_K64F/TARGET_FRDM/PinNames.h	Tue Mar 03 08:00:07 2015 +0000
@@ -234,8 +234,8 @@
     A1 = PTB3,
     A2 = PTB10,
     A3 = PTB11,
-    A4 = PTC10,
-    A5 = PTC11,
+    A4 = PTC11,
+    A5 = PTC10,
 
     DAC0_OUT = 0xFEFE, /* DAC does not have Pin Name in RM */