]> mj.ucw.cz Git - home-hw.git/blob - protab/usart1/Makefile
Protab: Use USB boot loader in all examples
[home-hw.git] / protab / usart1 / Makefile
1 ROOT=../..
2 BINARY=usart
3 OBJS=usart.o
4 LIB_OBJS=
5 WITH_BOOT_LOADER=1
6 WITH_DFU_FLASH=1
7
8 include $(ROOT)/mk/bluepill.mk