From 250724f79a204b47912371c19fd6c4f2f0521fc9 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 18 Sep 2019 15:41:24 +0900 Subject: [PATCH] usb_usb: Enable NO_DEBUG build option to save flash memory space --- converter/usb_usb/Makefile.unimap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/converter/usb_usb/Makefile.unimap b/converter/usb_usb/Makefile.unimap index cc383eda..48a041ba 100644 --- a/converter/usb_usb/Makefile.unimap +++ b/converter/usb_usb/Makefile.unimap @@ -2,4 +2,6 @@ TARGET = usb_usb_unimap UNIMAP_ENABLE = yes KEYMAP_SECTION_ENABLE = yes #LUFA_DEBUG = yes +#CONSOLE_ENABLE = no +NO_DEBUG = yes include Makefile -- 2.45.2