From b907c5d877dccf6318b530a54df33fbc9c46b668 Mon Sep 17 00:00:00 2001 From: Netanel Gonen Date: Wed, 11 Apr 2018 11:17:01 +0300 Subject: [PATCH] Add override MTB Odin target solve compilation error on Odin MTB target. --- config/mbed_lib.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/mbed_lib.json b/config/mbed_lib.json index caad077cc8..00663a11ee 100644 --- a/config/mbed_lib.json +++ b/config/mbed_lib.json @@ -120,6 +120,12 @@ "SPI_MISO": "D12", "SPI_CLK": "D13" }, + "MTB_UBLOX_ODIN_W2": { + "SPI_CS": "PG_4", + "SPI_MOSI": "PE_14", + "SPI_MISO": "PE_13", + "SPI_CLK": "PE_12" + }, "RZ_A1H": { "SPI_MOSI": "P8_5", "SPI_MISO": "P8_6",