Skip to content

Commit

Permalink
work with all nrf52
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Oct 17, 2019
1 parent d69c1f6 commit deeda81
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 @@ -14,7 +14,7 @@ typedef volatile uint8_t RwReg;
#if defined(ARDUINO_STM32_FEATHER)
typedef volatile uint32 RwReg;
#endif
#if defined(ARDUINO_FEATHER52) || defined(ESP32) || defined(ARDUINO_ARCH_STM32)
#if defined(NRF52_SERIES) || defined(ESP32) || defined(ARDUINO_ARCH_STM32)
typedef volatile uint32_t RwReg;
#endif

Expand Down

0 comments on commit deeda81

Please sign in to comment.