Skip to content

Commit

Permalink
usb: Remove #undef ERROR
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pcercuei committed Apr 9, 2021
1 parent 8f53a94 commit 5cc28e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
#include <stdbool.h>
#include <string.h>

#ifdef ERROR
#undef ERROR
#endif

#include "debug.h"

#define DEFAULT_TIMEOUT_MS 5000
Expand Down

0 comments on commit 5cc28e9

Please sign in to comment.