fix reg name character error

This commit is contained in:
wuzhenghui
2021-06-28 11:50:43 +08:00
parent 8f283421da
commit b2c028085a
4 changed files with 6 additions and 6 deletions

View File

@@ -142,7 +142,7 @@ static inline void cpu_ll_clear_watchpoint(int id)
FORCE_INLINE_ATTR bool cpu_ll_is_debugger_attached(void)
{
return REG_GET_BIT(ASSIST_DEBUG_C0RE_0_DEBUG_MODE_REG, ASSIST_DEBUG_CORE_0_DEBUG_MODULE_ACTIVE);
return REG_GET_BIT(ASSIST_DEBUG_CORE_0_DEBUG_MODE_REG, ASSIST_DEBUG_CORE_0_DEBUG_MODULE_ACTIVE);
}
static inline void cpu_ll_break(void)