diff options
| author | Keith Packard <keithp@keithp.com> | 2018-08-13 17:43:13 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-08-15 15:40:15 -0700 |
| commit | f16d1e3a2f074b96aae6b9053e8e9e03bd282741 (patch) | |
| tree | 717f66d2a6fcbff2fc0145ac4dfaf8b71c298d41 /src/fox1ihu/flash-loader | |
| parent | bb9d071d328969fc3c544897f1fc96e55a842198 (diff) | |
altos: Allow timer interrupt without needing tick count
This saves a bit of space in the fox1ihu loader which uses the timer
interrupt to poke the watchdog.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/fox1ihu/flash-loader')
| -rw-r--r-- | src/fox1ihu/flash-loader/ao_pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fox1ihu/flash-loader/ao_pins.h b/src/fox1ihu/flash-loader/ao_pins.h index 19f29b08..c4fa69bd 100644 --- a/src/fox1ihu/flash-loader/ao_pins.h +++ b/src/fox1ihu/flash-loader/ao_pins.h @@ -45,7 +45,7 @@ AO_WATCHDOG_PORT->odr ^= (1 << AO_WATCHDOG_BIT); \ } while (0) -#define HAS_TICK 1 +#define HAS_TICK 0 #include <ao_flash_stm_pins.h> /* Attached signal, PB8 */ |
