diff options
| author | tmk <nobody@nowhere> | 2014-06-16 15:38:39 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2014-07-30 14:07:43 +0900 |
| commit | 04fe78ee0a7fe9baed39f021799a3dbb24ebeb36 (patch) | |
| tree | 047ab27ca15eedfcc5523ac0daf243611501ef5e /common/nodebug.h | |
| parent | 867f115bee190515aa195dc3e58f1c381ea9695b (diff) | |
| download | qmk_firmware-04fe78ee0a7fe9baed39f021799a3dbb24ebeb36.tar.gz qmk_firmware-04fe78ee0a7fe9baed39f021799a3dbb24ebeb36.zip | |
Fix print and timer
Diffstat (limited to 'common/nodebug.h')
| -rw-r--r-- | common/nodebug.h | 2 |
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/>. | |||
| 18 | #ifndef NODEBUG_H | 18 | #ifndef NODEBUG_H |
| 19 | #define NODEBUG_H 1 | 19 | #define NODEBUG_H 1 |
| 20 | 20 | ||
| 21 | #include "debug_config.h" | ||
| 22 | |||
| 23 | #define dprint(s) | 21 | #define dprint(s) |
| 24 | #define dprintln(s) | 22 | #define dprintln(s) |
| 25 | #define dprintf(fmt, ...) | 23 | #define dprintf(fmt, ...) |
