This commit is contained in:
hathach
2018-03-11 12:53:40 +07:00
parent 539fbe5d62
commit c39b24001d
3 changed files with 105 additions and 101 deletions
+1 -1
View File
@@ -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
}