From 5cc28e9d9d543162207eb189bb2560768f61d954 Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Thu, 8 Apr 2021 13:16:04 +0100 Subject: [PATCH] usb: Remove #undef ERROR Our "debug.h" header does not define ERROR anymore, so there is no conflict with an existing ERROR macro. Signed-off-by: Paul Cercueil --- usb.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/usb.c b/usb.c index fe9d2ed2d..71eb4ffba 100644 --- a/usb.c +++ b/usb.c @@ -26,10 +26,6 @@ #include #include -#ifdef ERROR -#undef ERROR -#endif - #include "debug.h" #define DEFAULT_TIMEOUT_MS 5000