]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/nodebug.h
Fix print and timer
[tmk_firmware.git] / common / nodebug.h
index aec790bbc15c5f4f5f3cdff3c8ddcc17e88fc787..8ef123f9fdff464fd749b67e5e0442309c6b94dc 100644 (file)
@@ -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, ...)