X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=protab%2Fusart2%2FMakefile;h=096288feee811ac6fccc3bffbf2f62c7205dd309;hb=refs%2Fheads%2Fmaster;hp=117ad11d7873f23623099272757029b5df3f35e7;hpb=de6e7df9d979550c60d1190889db97de7740c814;p=home-hw.git diff --git a/protab/usart2/Makefile b/protab/usart2/Makefile index 117ad11..096288f 100644 --- a/protab/usart2/Makefile +++ b/protab/usart2/Makefile @@ -2,5 +2,7 @@ ROOT=../.. BINARY=usart OBJS=usart.o LIB_OBJS= +WITH_BOOT_LOADER=1 +WITH_DFU_FLASH=1 include $(ROOT)/mk/bluepill.mk