Convert static local variable to local

Minor global memory optimization. Using Light example, the current
Global variables use is 1,188 bytes (58%) of dynamic memory, leaving
860 bytes for local variables. After this commit: 1,184 bytes, leaving
864 bytes for local variables.
1 file changed
tree: e11e4da431ffcd8eda360d44cb1f6a024ce749ae
  1. examples/
  2. src/
  3. .gitignore
  4. AUTHORS
  5. COPYING
  6. Makefile
  7. README