Skip to main content
Sign in
Snippets Groups Projects
Commit 396270a0 authored by Bernhard's avatar Bernhard
Browse files

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

parent 11f2dafc
Branches
Tags
No related merge requests found
...@@ -38,6 +38,8 @@ struct pin_map_t { ...@@ -38,6 +38,8 @@ struct pin_map_t {
uint8_t const SDA_PIN = 20; // D1 uint8_t const SDA_PIN = 20; // D1
uint8_t const SCL_PIN = 21; // D0 uint8_t const SCL_PIN = 21; // D0
#undef MOSI_PIN
#undef MISO_PIN
// SPI port // SPI port
uint8_t const SS_PIN = 53; // B0 uint8_t const SS_PIN = 53; // B0
uint8_t const MOSI_PIN = 51; // B2 uint8_t const MOSI_PIN = 51; // B2
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment