From 66577f601559442dc092ef36da08b7f7cafab5d8 Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Sun, 24 Jun 2012 12:44:09 -0700 Subject: remove extra linker warning with old debug code --- MakefileBasedBuild/app/conf_usb.h | 3 --- 1 file changed, 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 -- cgit v1.2.3