Skip to content

Commit

Permalink
Fix wire compilation on EA
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Aug 5, 2023
1 parent c07068a commit c3ffceb
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions megaavr/variants/14pin-ebseries/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ Include guard and include basic libraries. We are normally including this inside
// TWI 0
#define PIN_WIRE_SDA NOT_A_PIN
#define PIN_WIRE_SCL NOT_A_PIN
#define PIN_WIRE_SDA_PINSWAP_1 NOT_A_PIN
#define PIN_WIRE_SCL_PINSWAP_1 NOT_A_PIN
#define PIN_WIRE_SDA_PINSWAP_2 PIN_PC2
#define PIN_WIRE_SCL_PINSWAP_2 PIN_PC3
#define PIN_WIRE_SDA_PINSWAP_3 PIN_PA0
Expand Down
2 changes: 0 additions & 2 deletions megaavr/variants/20pin-ebseries/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ Include guard and include basic libraries. We are normally including this inside
// TWI 0
#define PIN_WIRE_SDA PIN_PA2
#define PIN_WIRE_SCL PIN_PA3
#define PIN_WIRE_SDA_PINSWAP_1 PIN_PA2
#define PIN_WIRE_SCL_PINSWAP_1 PIN_PA3
#define PIN_WIRE_SDA_PINSWAP_2 PIN_PC2
#define PIN_WIRE_SCL_PINSWAP_2 PIN_PC3
#define PIN_WIRE_SDA_PINSWAP_3 PIN_PA0
Expand Down
2 changes: 0 additions & 2 deletions megaavr/variants/28pin-ddseries/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ Include guard and include basic libraries. We are normally including this inside
// TWI 0
#define PIN_WIRE_SDA PIN_PA2
#define PIN_WIRE_SCL PIN_PA3
#define PIN_WIRE_SDA_PINSWAP_1 PIN_PA2
#define PIN_WIRE_SCL_PINSWAP_1 PIN_PA3
#define PIN_WIRE_SDA_PINSWAP_2 PIN_PC2
#define PIN_WIRE_SCL_PINSWAP_2 PIN_PC3
#define PIN_WIRE_SDA_PINSWAP_3 PIN_PA0
Expand Down
2 changes: 0 additions & 2 deletions megaavr/variants/28pin-easeries/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ Include guard and include basic libraries. We are normally including this inside
// TWI 0
#define PIN_WIRE_SDA PIN_PA2
#define PIN_WIRE_SCL PIN_PA3
#define PIN_WIRE_SDA_PINSWAP_1 PIN_PA2
#define PIN_WIRE_SCL_PINSWAP_1 PIN_PA3
#define PIN_WIRE_SDA_PINSWAP_2 PIN_PC2
#define PIN_WIRE_SCL_PINSWAP_2 PIN_PC3
#define PIN_WIRE_SDA_PINSWAP_3 PIN_PA0
Expand Down
2 changes: 0 additions & 2 deletions megaavr/variants/32pin-ddseries/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ Include guard and include basic libraries. We are normally including this inside
// TWI 0
#define PIN_WIRE_SDA PIN_PA2
#define PIN_WIRE_SCL PIN_PA3
#define PIN_WIRE_SDA_PINSWAP_1 PIN_PA2
#define PIN_WIRE_SCL_PINSWAP_1 PIN_PA3
#define PIN_WIRE_SDA_PINSWAP_2 PIN_PC2 /* Errata warning */
#define PIN_WIRE_SCL_PINSWAP_2 PIN_PC3 /* Errata warning */
#define PIN_WIRE_SDA_PINSWAP_3 PIN_PA0
Expand Down
2 changes: 0 additions & 2 deletions megaavr/variants/32pin-easeries/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ Include guard and include basic libraries. We are normally including this inside
// TWI 0
#define PIN_WIRE_SDA PIN_PA2
#define PIN_WIRE_SCL PIN_PA3
#define PIN_WIRE_SDA_PINSWAP_1 PIN_PA2
#define PIN_WIRE_SCL_PINSWAP_1 PIN_PA3
#define PIN_WIRE_SDA_PINSWAP_2 PIN_PC2
#define PIN_WIRE_SCL_PINSWAP_2 PIN_PC3
#define PIN_WIRE_SDA_PINSWAP_3 PIN_PA0
Expand Down

0 comments on commit c3ffceb

Please sign in to comment.