From 043707478d97497cc986677853d0b963975a10e5 Mon Sep 17 00:00:00 2001 From: Aidan Ferguson Date: Mon, 15 Feb 2016 20:14:48 -0500 Subject: [PATCH] fixed a typo --- src/Shooter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shooter.h b/src/Shooter.h index a8469b7..c8980f5 100644 --- a/src/Shooter.h +++ b/src/Shooter.h @@ -96,7 +96,7 @@ public: case READY: { state = SPINNINGUP; - launch_spinny->Set(0); + launch_spinny->Set(-1); launcher->Set(LAUNCH_POWER); pickup->Set(LAUNCH_POWER); shotClock.Reset();