Clean up of debug prints, and safer CAS handling

This commit is contained in:
stevenhowes
2019-05-06 18:01:30 +01:00
parent fad496f152
commit f80968559e
6 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -2,6 +2,7 @@
#include "data.h"
#include "schedule.h"
#include "tables.h"
void(* resetFunc) (void) = 0; //declare reset function @ address 0
void setup() {
// Sensors
@@ -45,4 +46,3 @@ void loop() {
// Run scheduler
schedule_process();
}