From 3f2a645e882bf4e82e801268004a054c57619da4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 20 Feb 2022 13:53:48 +0100 Subject: [PATCH] test-neopixel: cleanup --- test-neopixel/Makefile | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.39.2