diff options
Diffstat (limited to 'tinyusb/tusb_hal.h')
| -rw-r--r-- | tinyusb/tusb_hal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tinyusb/tusb_hal.h b/tinyusb/tusb_hal.h index e89495fc6..98ec79f97 100644 --- a/tinyusb/tusb_hal.h +++ b/tinyusb/tusb_hal.h @@ -77,9 +77,6 @@ void tusb_hal_int_disable(uint8_t rhport); uint32_t tusb_hal_tick_get(void);
-// for debug only, halt mcu if assert/verify is failed if debugger is attached
-void tusb_hal_dbg_breakpoint(void) ATTR_WEAK;
-
#ifdef __cplusplus
}
#endif
|
