summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Geiselbrecht <travisg@google.com>2012-06-24 12:44:09 -0700
committerTravis Geiselbrecht <travisg@google.com>2012-06-25 23:30:44 -0700
commit66577f601559442dc092ef36da08b7f7cafab5d8 (patch)
treef785ed8e7273602b06399dc33137349cce93908a
parent00ff0a149782f2090e7ef316ef3c7131e93edb96 (diff)
downloadadk2012-66577f601559442dc092ef36da08b7f7cafab5d8.tar.gz
remove extra linker warning with old debug code
-rw-r--r--MakefileBasedBuild/app/conf_usb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/MakefileBasedBuild/app/conf_usb.h b/MakefileBasedBuild/app/conf_usb.h
index e11f5e1..0d7f81e 100644
--- a/MakefileBasedBuild/app/conf_usb.h
+++ b/MakefileBasedBuild/app/conf_usb.h
@@ -42,8 +42,5 @@
#define ASSERT(x) do { if (!(x)) { dbgPrintf("%s:%d ASSERT failed: %s\n", __FILE__, __LINE__, #x); halt(); } } while (0)
#define panic(fmt, ...) do{ dbgPrintf("panic at %s: " fmt, __func__, ##__VA_ARGS__); halt(); } while (0)
-#undef printf
-#define printf(x...) ERROR_DONT_USE_PRINTF
-
#endif