altos/kernel: Allow ao_cmd to be built without tasking
[fw/altos] / src / lambdakey-v1.0 / ao_pins.h
index cb1c4aa736ba98914eae02cb7974c17aea1fc028..48b9db16e022aa45236edd69742e0e2089798e18 100644 (file)
@@ -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)