|
Re: huh, anyone ever get this compiling error?
If this large array of yours is a bunch of constants that are determined strictly at compile time, you can place it in program memory instead of data memory by adding the rom and const keywords to its definition.
|