Hotfix - fault decode typo in ARMv7M macros

This commit is contained in:
px4dev 2013-09-11 08:56:45 -07:00
parent 235378d62c
commit 8755d76d1b

View File

@ -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)