Skip to content

Commit

Permalink
Ran clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitue committed Oct 5, 2021
1 parent f02fe72 commit a19291a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions TouchScreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
#define _ADAFRUIT_TOUCHSCREEN_H_
#include <stdint.h>

#if (defined(__AVR_ATmega328P__) || defined(__AVR_ATmega32U4__) || \
defined(TEENSYDUINO) || defined(__AVR_ATmega2560__) || \
defined(__AVR_ATmega4809__)) && !defined(__IMXRT1062__)
#if (defined(__AVR_ATmega328P__) || defined(__AVR_ATmega32U4__) || \
defined(TEENSYDUINO) || defined(__AVR_ATmega2560__) || \
defined(__AVR_ATmega4809__)) && \
!defined(__IMXRT1062__)
typedef volatile uint8_t RwReg;
#elif defined(ARDUINO_STM32_FEATHER)
typedef volatile uint32 RwReg;
Expand Down

0 comments on commit a19291a

Please sign in to comment.