minor clean up

This commit is contained in:
hathach
2024-05-24 14:06:25 +07:00
parent 937b2eac36
commit daffb24111
3 changed files with 6 additions and 11 deletions

View File

@@ -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