etl
72128564 - Change debounce state tables to be defined as constant. (#386)

Commit
3 years ago
Change debounce state tables to be defined as constant. (#386) Currently these state tables are being defined in the data section of RAM. As these tables are unchanged, this change allows them to be placed in the text section instead. As they are function local objects, they also get lazy initialized causing references to the dynamic shared object which are unnecessary.
Author
Committer
Parents
Loading