diff options
author | Keith Packard <keithp@keithp.com> | 2017-05-19 21:35:05 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-05-19 21:35:05 -0700 |
commit | 6e3b7206f9ab2f76089553d7c881a96e0204a4a3 (patch) | |
tree | aec7cd659b1b6c72d947688c4499dacd4aed79ae /src | |
parent | cbec54fc682774f096dc2e43ef9a4796be123341 (diff) |
altos/telebt-v4.0: Remove HAS_POLLCHAR
This isn't being used anymore.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/telebt-v4.0/ao_pins.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/telebt-v4.0/ao_pins.h b/src/telebt-v4.0/ao_pins.h index baf3db69..0082b2b5 100644 --- a/src/telebt-v4.0/ao_pins.h +++ b/src/telebt-v4.0/ao_pins.h @@ -75,7 +75,6 @@ #define HAS_APRS 0 #define HAS_ACCEL 0 #define HAS_AES 0 -#define HAS_POLLCHAR 1 #define HAS_SPI_1 1 #define SPI_1_PA5_PA6_PA7 1 /* CC1200 */ |