Missed variable from last commit (OLED live update)

This commit is contained in:
Josh Stewart 2015-03-02 11:12:39 +11:00
parent cbbb280f3c
commit 5bcc235a24
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ struct statuses {
volatile byte runSecs; //Counter of seconds since cranking commenced (overflows at 255 obviously)
volatile byte secl; //Continous
volatile int loopsPerSecond;
int freeRAM;
//Helpful bitwise operations:
//Useful reference: http://playground.arduino.cc/Code/BitMath