summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-05-27 20:10:44 +0200
committerGitHub <[email protected]>2024-05-27 20:10:44 +0200
commit003a5d4f5551de809715c8bc7ed203d34720a085 (patch)
tree575dee1a6306ef4bb345a3355faf7e2eac9ca70c /src/device/usbd.h
parenta9745c9818da85a0b31ef04c556530a3bef18ec1 (diff)
parentfd11bf17fde6cbfdb4bb1ed7070ed4111e503ae8 (diff)
Merge branch 'master' into additional_dcd_sof_enable
Diffstat (limited to 'src/device/usbd.h')
-rw-r--r--src/device/usbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h
index e439dd961..e47f674ea 100644
--- a/src/device/usbd.h
+++ b/src/device/usbd.h
@@ -60,7 +60,7 @@ void tud_task (void) {
// Check if there is pending events need processing by tud_task()
bool tud_task_event_ready(void);
-#ifndef _TUSB_DCD_H_
+#ifndef TUSB_DCD_H_
extern void dcd_int_handler(uint8_t rhport);
#endif