mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
Hotfix - fault decode typo in ARMv7M macros
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ define vecstate
|
|||||||
if $mmfsr & (1<<3)
|
if $mmfsr & (1<<3)
|
||||||
printf " during exception return"
|
printf " during exception return"
|
||||||
end
|
end
|
||||||
if $mmfsr & (1<<0)
|
if $mmfsr & (1<<1)
|
||||||
printf " during data access"
|
printf " during data access"
|
||||||
end
|
end
|
||||||
if $mmfsr & (1<<0)
|
if $mmfsr & (1<<0)
|
||||||
|
|||||||
Reference in New Issue
Block a user