summaryrefslogtreecommitdiffstats
path: root/common/nodebug.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-06-16 08:38:39 +0200
committertmk <nobody@nowhere>2014-07-30 07:07:43 +0200
commit04fe78ee0a7fe9baed39f021799a3dbb24ebeb36 (patch)
tree047ab27ca15eedfcc5523ac0daf243611501ef5e /common/nodebug.h
parent867f115bee190515aa195dc3e58f1c381ea9695b (diff)
downloadqmk_firmware-04fe78ee0a7fe9baed39f021799a3dbb24ebeb36.tar.gz
qmk_firmware-04fe78ee0a7fe9baed39f021799a3dbb24ebeb36.tar.xz
Fix print and timer
Diffstat (limited to 'common/nodebug.h')
-rw-r--r--common/nodebug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/nodebug.h b/common/nodebug.h
index aec790bbc..8ef123f9f 100644
--- a/common/nodebug.h
+++ b/common/nodebug.h
@@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef NODEBUG_H
#define NODEBUG_H 1
-#include "debug_config.h"
-
#define dprint(s)
#define dprintln(s)
#define dprintf(fmt, ...)