Skip to content

Commit

Permalink
change symbol to __AVR_ATmega2560__
Browse files Browse the repository at this point in the history
  • Loading branch information
driverblock committed Mar 30, 2017
1 parent ff47083 commit 2d5821f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TouchScreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <stdint.h>


#if defined(__AVR_ATmega328P__) || defined(__AVR_ATmega32U4__) || defined(TEENSYDUINO) || defined(ARDUINO_AVR_MEGA2560)
#if defined(__AVR_ATmega328P__) || defined(__AVR_ATmega32U4__) || defined(TEENSYDUINO) || defined(__AVR_ATmega2560__)
typedef volatile uint8_t RwReg;
#endif
#if defined(ARDUINO_STM32_FEATHER)
Expand Down

0 comments on commit 2d5821f

Please sign in to comment.