diff --git a/progmem.lds b/progmem.lds index 89dcf29..2f13202 100644 --- a/progmem.lds +++ b/progmem.lds @@ -9,6 +9,7 @@ SECTIONS { start.o(.text); *(.text); *(.data); + *(.rodata); . = ALIGN(4); bss_start = .;