summaryrefslogtreecommitdiff
path: root/src/portable/ehci/ehci_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/portable/ehci/ehci_api.h')
-rw-r--r--src/portable/ehci/ehci_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/portable/ehci/ehci_api.h b/src/portable/ehci/ehci_api.h
index 12e0a73d7..79fbe702a 100644
--- a/src/portable/ehci/ehci_api.h
+++ b/src/portable/ehci/ehci_api.h
@@ -24,8 +24,8 @@
* This file is part of the TinyUSB stack.
*/
-#ifndef _TUSB_EHCI_API_H_
-#define _TUSB_EHCI_API_H_
+#ifndef TUSB_EHCI_API_H_
+#define TUSB_EHCI_API_H_
#ifdef __cplusplus
extern "C" {