hp9845: forgot to disable detailed logging in TACO driver

This commit is contained in:
fulivi 2016-07-08 10:29:11 +02:00
parent 93fa2d7d97
commit bc6193e074

View File

@ -144,7 +144,7 @@
// Debugging
#define VERBOSE 1
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
#define VERBOSE_0 1
#define VERBOSE_0 0
#define LOG_0(x) do { if (VERBOSE_0) logerror x; } while (0)
// Macros to clear/set single bits