Skip to content

Commit

Permalink
compile on ESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed May 20, 2018
1 parent 2f41c04 commit eaed466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TouchScreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ typedef volatile uint8_t RwReg;
#if defined(ARDUINO_STM32_FEATHER)
typedef volatile uint32 RwReg;
#endif
#if defined(ARDUINO_FEATHER52)
#if defined(ARDUINO_FEATHER52) || defined(ESP32)
typedef volatile uint32_t RwReg;
#endif

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit TouchScreen
version=1.0.0
version=1.0.1
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=Adafruit TouchScreen display library.
Expand Down

0 comments on commit eaed466

Please sign in to comment.