]> mj.ucw.cz Git - home-hw.git/blobdiff - protab/blink2/Makefile
Protab: Use USB boot loader in all examples
[home-hw.git] / protab / blink2 / Makefile
index 17a67e8d2fac22387a7350058e1917796d2233d5..011261f292c1a9ff99eca637a38d6ff33febf0a8 100644 (file)
@@ -2,5 +2,7 @@ ROOT=../..
 BINARY=blink
 OBJS=blink.o
 LIB_OBJS=
+WITH_BOOT_LOADER=1
+WITH_DFU_FLASH=1
 
 include $(ROOT)/mk/bluepill.mk