From a69ca3757e9355e0648f2afcb378fe696399912a Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Fri, 15 Dec 2017 17:20:49 -0600 Subject: [PATCH] Fixed pin definition for K82F --- mbed_lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbed_lib.json b/mbed_lib.json index 51442badba..4b4f15da3f 100644 --- a/mbed_lib.json +++ b/mbed_lib.json @@ -8,7 +8,7 @@ }, "target_overrides": { "K82F": { - "SPI_MOSI": "PTE3", + "SPI_MOSI": "PTE2", "SPI_MISO": "PTE4", "SPI_CLK": "PTE1", "SPI_CS": "PTE5"