aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Debugger/debug_hexutils.S
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/armdebug/Debugger/debug_hexutils.S')
-rw-r--r--AT91SAM7S256/armdebug/Debugger/debug_hexutils.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/AT91SAM7S256/armdebug/Debugger/debug_hexutils.S b/AT91SAM7S256/armdebug/Debugger/debug_hexutils.S
index d54445b..267406f 100644
--- a/AT91SAM7S256/armdebug/Debugger/debug_hexutils.S
+++ b/AT91SAM7S256/armdebug/Debugger/debug_hexutils.S
@@ -22,7 +22,9 @@
.align 4
hex2char_lut:
- .ascii "0123456789ABCDEF"
+ /* .ascii "0123456789ABCDEF" */
+ /* Need to use lowercase hex chars to avoid confusion with GDB Error (E NN) response */
+ .ascii "0123456789abcdef"
/* Macros
*/