fix duplicated definition of MOSI MISO pins in case motherboard==33

hackerspace-green
Bernhard 2011-12-26 09:20:21 +01:00
parent 11f2dafc4e
commit 396270a0de
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ struct pin_map_t {
uint8_t const SDA_PIN = 20; // D1
uint8_t const SCL_PIN = 21; // D0
#undef MOSI_PIN
#undef MISO_PIN
// SPI port
uint8_t const SS_PIN = 53; // B0
uint8_t const MOSI_PIN = 51; // B2