From 2bcb00fc7411ea816951e522d21aab25a9fd9b77 Mon Sep 17 00:00:00 2001 From: Adam Long Date: Wed, 2 Apr 2014 15:17:28 -0700 Subject: [PATCH] changed runCompressor to 'void' --- MyRobot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyRobot.cpp b/MyRobot.cpp index d7d985f..2c69807 100644 --- a/MyRobot.cpp +++ b/MyRobot.cpp @@ -249,7 +249,7 @@ public: } //}}} //runCompressor{{{ - bool runCompressor(int timer, int refreshInterval){ + void runCompressor(int timer, int refreshInterval){ if(timer%refreshInterval==0&compressing&comressor.GetPressureSwitchValue()==1){ compressing=false; compressor.Stop();