altos/telelco-v3.0: Use timer 2 for fast timer
authorKeith Packard <keithp@keithp.com>
Sun, 14 Jan 2024 04:57:38 +0000 (20:57 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 1 Feb 2024 01:50:19 +0000 (17:50 -0800)
We need timer 1 for PWM on the backlight

Signed-off-by: Keith Packard <keithp@keithp.com>
src/telelco-v3.0/ao_pins.h

index faf2ab2dd1187dab12d8ad9178afc9ae7667039d..8ff1c7bead53cc9bacfd1f44cb6ac1b83cc58a30 100644 (file)
@@ -94,6 +94,7 @@
 #define PACKET_HAS_SLAVE       0
 #define PACKET_HAS_MASTER      0
 
+#define AO_FAST_TIMER          2
 #define FAST_TIMER_FREQ                10000   /* .1ms for debouncing */
 
 /* LCD module */