mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Hotfix - fault decode typo in ARMv7M macros
This commit is contained in:
parent
235378d62c
commit
8755d76d1b
@ -56,7 +56,7 @@ define vecstate
|
||||
if $mmfsr & (1<<3)
|
||||
printf " during exception return"
|
||||
end
|
||||
if $mmfsr & (1<<0)
|
||||
if $mmfsr & (1<<1)
|
||||
printf " during data access"
|
||||
end
|
||||
if $mmfsr & (1<<0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user