Quote:
|
Originally Posted by Don Reid
If you are running short of data space (RAM) be sure to declare the command_list array in commands.h as "rom".
|
Probably a good idea even if you're not short on RAM, since it will take up space in FLASH regardless of whether it's declared "rom" or not.