altos: flush stdout when fifo from arduino serial port is empty
[fw/altos] / src / teleshield-v0.1 / Makefile
index 58c2b65a79e7b67c519091b6b0db0baa399d40e2..a21a6052423e642da89eee6c7bd87b1fa6bc9804 100644 (file)
@@ -49,10 +49,11 @@ CC1111_SRC = \
        ao_led.c \
        ao_intflash.c \
        ao_packet.c \
-       ao_packet_master.c \
+       ao_packet_slave.c \
        ao_radio.c \
        ao_romconfig.c \
        ao_serial.c \
+       ao_serial0.c \
        ao_string.c \
        ao_timer.c \
        ao_usb.c \
@@ -62,7 +63,8 @@ DRIVER_SRC = \
        $(TELESHIELD_SRC)
 
 PRODUCT_SRC = \
-       ao_teleshield.c
+       ao_teleshield.c \
+       ao_ardu_serial.c
 
 SRC = \
        $(CORE_SRC) \