summaryrefslogtreecommitdiff
path: root/tinyusb/tusb_hal.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/tusb_hal.h')
-rw-r--r--tinyusb/tusb_hal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/tusb_hal.h b/tinyusb/tusb_hal.h
index 024129c96..76a1e15c4 100644
--- a/tinyusb/tusb_hal.h
+++ b/tinyusb/tusb_hal.h
@@ -87,7 +87,7 @@ void hal_usb_int_disable(uint8_t port);
uint32_t hal_tick_get(void);
// for debug only, halt mcu if assert/verify is failed if debugger is attached
-void hal_debugger_breakpoint(void);
+void hal_debugger_breakpoint(void) ATTR_WEAK;
#ifdef __cplusplus
}