diff options
| author | hathach <[email protected]> | 2018-03-11 13:01:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-11 13:01:57 +0700 |
| commit | 0384e40320605aa7b2b28777f41feabcc3b3f130 (patch) | |
| tree | 7593065e5b6f8aa01ddda91db7297d8144d6d940 /tinyusb/common/assertion.h | |
| parent | c39b24001d57a128dc0d094c509ae4ed3998e617 (diff) | |
rename hal_* to tusb_hal_*
Diffstat (limited to 'tinyusb/common/assertion.h')
| -rw-r--r-- | tinyusb/common/assertion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/common/assertion.h b/tinyusb/common/assertion.h index 16c9b07e4..f91f00301 100644 --- a/tinyusb/common/assertion.h +++ b/tinyusb/common/assertion.h @@ -84,7 +84,7 @@ extern "C" do{\
setup_statement;\
if (!(condition)) {\
- hal_debugger_breakpoint();\
+ tusb_hal_dbg_breakpoint();\
_ASSERT_MESSAGE(format, __VA_ARGS__);\
error_handler(error, handler_para);\
}\
|
