altos: Use simpler debounce logic for buttons
[fw/altos] / src / telelcotwo-v0.1 / Makefile
index 8ceb7d2ce89ee6d52312596dba4426f27712c582..42188bb2632d5017cc1d4bbeee263102bff37489 100644 (file)
@@ -19,7 +19,6 @@ INC = \
        ao_radio_cmac.h \
        ao_cc1200_CC1200.h \
        ao_cc1200.h \
-       ao_debounce.h \
        stm32l.h
 
 #
@@ -56,7 +55,6 @@ ALTOS_SRC = \
        ao_aes_tables.c \
        ao_fec_tx.c \
        ao_fec_rx.c \
-       ao_debounce.c \
        ao_button.c \
        ao_event.c \
        ao_lco_two.c \