[email protected] wrote:

Can structs be kept in program memory even when those structs include strings?

Try defining and initializing your strings (in program memory) at the top level, i.e. outside of the structure definition, and then using their names to initialize the structure.

Graham.



_______________________________________________
AVR-chat mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avr-chat

Reply via email to