diff options
author | Keith Packard <keithp@keithp.com> | 2017-12-12 15:30:45 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-12-12 15:30:45 -0800 |
commit | db352bd0723e8d640bb034bc14e5ad193f0afe1d (patch) | |
tree | 3f414896a52bfaea41c4c5bfe8b4e3b2473aba57 /src/lambdakey-v1.0 | |
parent | 09ea349f5b37e257e8ca23ead493ba1694395530 (diff) |
altos/kernel: Allow ao_cmd to be built without tasking
Useful for single-threaded applications, like lambdakey
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lambdakey-v1.0')
-rw-r--r-- | src/lambdakey-v1.0/ao_pins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lambdakey-v1.0/ao_pins.h b/src/lambdakey-v1.0/ao_pins.h index cb1c4aa7..48b9db16 100644 --- a/src/lambdakey-v1.0/ao_pins.h +++ b/src/lambdakey-v1.0/ao_pins.h @@ -20,6 +20,7 @@ #define _AO_PINS_H_ #define HAS_TASK 0 +#define HAS_AO_DELAY 1 #define LED_PORT_ENABLE STM_RCC_AHBENR_IOPBEN #define LED_PORT (&stm_gpiob) |