aboutsummaryrefslogtreecommitdiff
path: root/src/lmi.c
diff options
context:
space:
mode:
authorMarc Singer2015-01-09 17:53:18 -0800
committerMarc Singer2015-01-09 18:18:10 -0800
commitda28970c3e164d4166cb8a3e0fe59c804299ed32 (patch)
treed4ef438104fdb66acfc74788454761f93115d621 /src/lmi.c
parent9c5ffd61f7d654418c76015f0073e4accbf9e004 (diff)
Fix to move stubs into rodata.
o Stubs were declared as globals which means they will be initialized data. No need for this. Now, stubs are static const and are only present in the program image.
Diffstat (limited to 'src/lmi.c')
-rw-r--r--src/lmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lmi.c b/src/lmi.c
index a08819e..a251242 100644
--- a/src/lmi.c
+++ b/src/lmi.c
@@ -63,7 +63,7 @@ static const char tm4c123gh6pm_xml_memory_map[] = "<?xml version=\"1.0\"?>"
"</memory-map>";
-uint16_t lmi_flash_write_stub[] = {
+static const uint16_t lmi_flash_write_stub[] = {
// _start:
0x4809, // ldr r0, [pc, #36] // _flashbase
0x490b, // ldr r1, [pc, #44] // _addr