altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / telegps-v0.1 / Makefile
index 77ef9c4a8e9c6a394f7f85be0cde32325260e8a5..90fd8a503c76168e177012d564cd58b37d9ffc39 100644 (file)
@@ -9,6 +9,7 @@ INC = \
        ao.h \
        ao_arch.h \
        ao_arch_funcs.h \
+       ao_boot.h \
        ao_pins.h \
        ao_product.h \
        ao_task.h \
@@ -43,7 +44,7 @@ ALTOS_SRC = \
        ao_cmd.c \
        ao_config.c \
        ao_task.c \
-       ao_led.c \
+       ao_led_stm.c \
        ao_stdio.c \
        ao_panic.c \
        ao_timer.c \
@@ -74,7 +75,7 @@ PRODUCT=TeleGPS-v0.1
 PRODUCT_DEF=-DTELEGPS
 IDPRODUCT=0x0025
 
-CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) $(PROFILE_DEF) $(SAMPLE_PROFILE_DEF) $(STACK_GUARD_DEF) -Os -g
+CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) $(PROFILE_DEF) $(SAMPLE_PROFILE_DEF) $(STACK_GUARD_DEF)
 
 PROGNAME=telegps-v0.1
 PROG=$(PROGNAME)-$(VERSION).elf