altos: Report battery voltage instead of S at startup
[fw/altos] / src / telemini-v2.0 / Makefile
index fcac2c48faeb657cf4eb5b35fb4f6de4568311bb..34f35cd9b9d54f543525eea646178bd7b2fabb9a 100644 (file)
@@ -5,8 +5,8 @@
 TELEMINI_VER=2.0
 TELEMINI_DEF=2_0
 
-vpath %.c ..:../core:../cc1111:../drivers:../product
-vpath %.h ..:../core:../cc1111:../drivers:../product
+vpath %.c ..:../kernel:../cc1111:../drivers:../product
+vpath %.h ..:../kernel:../cc1111:../drivers:../product
 vpath ao-make-product.5c ../util
 
 ifndef VERSION
@@ -59,6 +59,7 @@ CC1111_SRC = \
        ao_spi.c \
        ao_usb.c \
        ao_convert_pa.c \
+       ao_convert_volt.c \
        ao_beep.c \
        ao_timer.c \
        ao_exti.c \