diff options
| author | Bdale Garbee <bdale@gag.com> | 2013-07-30 00:15:06 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2013-07-30 00:15:06 -0600 |
| commit | 01f8df088759ee7e6bc3900a013e0ea4fafaf984 (patch) | |
| tree | 3821af32f96f1ac1be04e48e0b1dee953fac7d62 /src/stm-demo/Makefile | |
| parent | e2ebe60adf061479a1259a5c68b9cd5f5bacf644 (diff) | |
| parent | 15063cbb8f76bffea71575d295ca87b7ceca36d8 (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
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 |
