summaryrefslogtreecommitdiff
path: root/src/portable/sunxi
diff options
context:
space:
mode:
Diffstat (limited to 'src/portable/sunxi')
-rw-r--r--src/portable/sunxi/musb_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/portable/sunxi/musb_def.h b/src/portable/sunxi/musb_def.h
index 53da5ded2..ce9b89d55 100644
--- a/src/portable/sunxi/musb_def.h
+++ b/src/portable/sunxi/musb_def.h
@@ -26,8 +26,8 @@
* This file is part of the TinyUSB stack.
*/
-#ifndef _TUSB_MUSB_DEF
-#define _TUSB_MUSB_DEF
+#ifndef TUSB_MUSB_DEF
+#define TUSB_MUSB_DEF
#define USBC_Readb(reg) (*(volatile unsigned char *)(reg))