diff options
| author | Keith Packard <keithp@keithp.com> | 2013-05-13 22:34:19 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-06-09 12:14:11 -0700 |
| commit | 72b6c699d355fcd41addb9919d846e63105b9db7 (patch) | |
| tree | e80c32df0eaa776db2b01eccc91bbba15b8d2499 /src/stm-demo/Makefile | |
| parent | 47b7e1d819e48aaebf6ffda49effbee041ce8750 (diff) | |
altos: Add debounce helper. Use in button and quadrature drivers for TeleLCO
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-demo/Makefile')
| -rw-r--r-- | src/stm-demo/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index d1f825db..48fa07eb 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -36,10 +36,7 @@ ALTOS_SRC = \ ao_data.c \ ao_i2c_stm.c \ ao_usb_stm.c \ - ao_exti_stm.c \ - ao_event.c \ - ao_quadrature.c \ - ao_button.c + ao_exti_stm.c PRODUCT=StmDemo-v0.0 PRODUCT_DEF=-DSTM_DEMO |
