Add odin module target to json file

pull/7774/head
Netanel Gonen 2018-03-27 16:26:23 +03:00 committed by Christopher Haster
parent 52496451c2
commit 210674e22e
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@
"SPI_MISO": "PTD7",
"SPI_CLK": "PTD5",
"SPI_CS": "PTD4"
},
"MTB_UBLOX_ODIN_W2": {
"SPI_MOSI": "PE_14",
"SPI_MISO": "PE_13",
"SPI_CLK": "PE_12",
"SPI_CS": "PE_11"
}
}
}