From b7dfd3029ec5af49f4353927768eecfd5fb6e4d2 Mon Sep 17 00:00:00 2001 From: JosepMaJAZ Date: Sun, 26 Nov 2017 17:35:40 +0100 Subject: [PATCH] Readme updates --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4b7930..1724337 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,9 @@ See [this Mixxx wiki page](https://mixxx.org/wiki/doku.php/troubleshooting#hid_a If you are trying to add support for another controller and try to debug the messages sent and received, you can build it in debug mode if you modify the file Makefile and uncomment the following line: - - #CFLAGS += -g -DDEBUG + +`#CFLAGS += -g -DDEBUG` + (i.e. remove the # sign)