diff options
author | cbdev <cb@cbcdn.com> | 2020-02-28 19:21:45 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2020-02-28 19:21:45 +0100 |
commit | a103c7a7dcabdb84399dce2a1ed517299d0f5414 (patch) | |
tree | eb6c5ab05489a8300d3cc5b05b6e143a008f7346 /backends | |
parent | 9e81f14c78ebd069d49f3561b07ac8a35d1eb756 (diff) | |
download | midimonster-a103c7a7dcabdb84399dce2a1ed517299d0f5414.tar.gz midimonster-a103c7a7dcabdb84399dce2a1ed517299d0f5414.tar.bz2 midimonster-a103c7a7dcabdb84399dce2a1ed517299d0f5414.zip |
Do not build openpixelcontrol with debug output
Diffstat (limited to 'backends')
-rw-r--r-- | backends/openpixelcontrol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/openpixelcontrol.c b/backends/openpixelcontrol.c index d386c26..0f590c6 100644 --- a/backends/openpixelcontrol.c +++ b/backends/openpixelcontrol.c @@ -1,5 +1,4 @@ #define BACKEND_NAME "openpixelcontrol" -#define DEBUG #include <string.h> |