NerfUS mobile node that manages a target for the Nerf gun firing range

Dependencies:   LedController mbed-rtos mbed NerfUSXbee Servomotor TargetManager

Fork of NerfUS by NerfUS

Revision:
43:b8cda61584a8
Parent:
39:a98413395b20
Child:
44:2e186038862c
--- a/source/TargetManager.cpp	Sun Apr 09 19:20:25 2017 -0400
+++ b/source/TargetManager.cpp	Mon Apr 10 16:50:56 2017 +0000
@@ -31,7 +31,6 @@
 	}
 
 	is_active_target[target_info.id] = true;
-
 	nerfus_tickers[target_info.id]->start(target_info.timeout_ms);
 }