summaryrefslogtreecommitdiff
path: root/tinyusb
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-11 12:53:40 +0700
committerhathach <[email protected]>2018-03-11 12:53:40 +0700
commitc39b24001d57a128dc0d094c509ae4ed3998e617 (patch)
treeaa18335e511186e2b58d8a0c9478c21e629fd069 /tinyusb
parent539fbe5d6276575d3f2dd943b7d5d7463a522732 (diff)
clean up
Diffstat (limited to 'tinyusb')
-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
}