X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftelelco-v3.0%2FMakefile;h=cc17a2219b723f5245f80e66cd3789dc3991b838;hb=a148876e36bc3f84f11fdac57a9f69171e30c058;hp=b57639728296293fbb065477b1774cf9fa40ad54;hpb=8c5c7dfe66098bc8af47768146739a7cda605968;p=fw%2Faltos diff --git a/src/telelco-v3.0/Makefile b/src/telelco-v3.0/Makefile index b5763972..cc17a221 100644 --- a/src/telelco-v3.0/Makefile +++ b/src/telelco-v3.0/Makefile @@ -24,6 +24,7 @@ INC = \ ao_radio_cmac.h \ ao_cc1200_CC1200.h \ ao_cc1200.h \ + ao_st7565.h \ ao_font.h \ ao_logo.h \ stm32f1.h @@ -53,6 +54,7 @@ ALTOS_SRC = \ ao_beep_stm.c \ ao_convert_volt.c \ ao_fast_timer.c \ + ao_pwm_stm.c \ ao_eeprom.c \ ao_flash_stm.c \ ao_usb_stm.c \ @@ -64,6 +66,7 @@ ALTOS_SRC = \ ao_st7565.c \ ao_rect.c \ ao_text.c \ + ao_text_width.c \ ao_box.c \ ao_copy.c \ ao_blt.c \