Skip to content

Commit 5cc28e9

Browse files
committed
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 <[email protected]>
1 parent 8f53a94 commit 5cc28e9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

usb.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
#include <stdbool.h>
2727
#include <string.h>
2828

29-
#ifdef ERROR
30-
#undef ERROR
31-
#endif
32-
3329
#include "debug.h"
3430

3531
#define DEFAULT_TIMEOUT_MS 5000

0 commit comments

Comments
 (0)