From f16d1e3a2f074b96aae6b9053e8e9e03bd282741 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 13 Aug 2018 17:43:13 -0700 Subject: 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 --- src/fox1ihu/flash-loader/ao_pins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fox1ihu') 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 /* Attached signal, PB8 */ -- cgit v1.2.3