altoslib: Remove some debug printfs
[fw/altos] / src / easymega-v1.0 / Makefile
index d959006c9a7ad94dbe40ba0c1ca70740ce6d9a85..708ce1c62deeb556d0e999ae42c67a6993195aa2 100644 (file)
@@ -9,6 +9,7 @@ INC = \
        ao.h \
        ao_arch.h \
        ao_arch_funcs.h \
+       ao_boot.h \
        ao_companion.h \
        ao_data.h \
        ao_sample.h \
@@ -22,6 +23,7 @@ INC = \
        ao_mma655x.h \
        ao_profile.h \
        ao_task.h \
+       ao_whiten.h \
        ao_sample_profile.h \
        ao_quaternion.h \
        math.h \
@@ -74,6 +76,7 @@ ALTOS_SRC = \
        ao_timer.c \
        ao_mutex.c \
        ao_ignite.c \
+       ao_freq.c \
        ao_dma_stm.c \
        ao_spi_stm.c \
        ao_data.c \
@@ -106,7 +109,7 @@ ALTOS_SRC = \
 
 PRODUCT=EasyMega-v1.0
 PRODUCT_DEF=-DEASYMEGA
-IDPRODUCT=0x0028
+IDPRODUCT=0x0023
 
 CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) $(PROFILE_DEF) $(SAMPLE_PROFILE_DEF) $(STACK_GUARD_DEF) -Os -g