altos: Fix BT link status pin for real TBT hardware
[fw/altos] / src / Makefile.proto
index ca68edbcba016322c3f80db92f8ac8fbe489c32f..04b708b2e46f7ca64d674d6d97b54ec44960011b 100644 (file)
@@ -238,7 +238,7 @@ TNANO_BASE_SRC = \
        $(TNANO_MAIN_SRC)
 
 #
-# Sources for TeleDongle
+# Sources for TeleBluetooth
 #
 
 TBT_MAIN_SRC = \
@@ -255,6 +255,12 @@ TBT_BASE_SRC = \
        $(DBG_SRC) \
        $(TBT_MAIN_SRC)
 
+TBT_V_0_1_SRC = \
+       $(TBT_BASE_SRC) \
+       $(SPI_DRIVER_SRC) \
+       $(M25_DRIVER_SRC) \
+       ao_log_telem.c
+
 #
 # TI Dongle sources
 #