mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[build/device] Remove duplicate line in gdb script
This commit is contained in:
committed by
LeaNumworks
parent
8cbbd92761
commit
8f0246b9d6
@@ -3,7 +3,6 @@
|
||||
define armex
|
||||
printf "SCB_CFSR 0x%x\n", *0xE000ED28
|
||||
printf "SCB_HFSR 0x%x\n", *0xE000ED2C
|
||||
printf "SCB_HFSR 0x%x\n", *0xE000ED2C
|
||||
printf "SCB_MMAR 0x%x\n", *0xE000ED34
|
||||
printf "SCB_BFAR 0x%x\n", *0xE000ED38
|
||||
printf "xPSR 0x%x\n", *(int *)($msp+28)
|
||||
|
||||
Reference in New Issue
Block a user