From: Martin Mares Date: Sun, 20 Feb 2022 12:53:48 +0000 (+0100) Subject: test-neopixel: cleanup X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3f2a645e882bf4e82e801268004a054c57619da4;p=home-hw.git test-neopixel: cleanup --- diff --git a/test-neopixel/Makefile b/test-neopixel/Makefile index ce96138..fdc81f8 100644 --- a/test-neopixel/Makefile +++ b/test-neopixel/Makefile @@ -3,8 +3,4 @@ BINARY=test OBJS=main.o LIB_OBJS=util-debug.o -# WITH_BOOT_LOADER=1 -# WITH_DFU_FLASH=1 -# DFU_ARGS=-d 4242:0007 - include $(ROOT)/mk/bluepill.mk