Removes the task class from wpilib (#314)

Was required back on the cRIO, but there are much better alternatives
nowadays.
This commit is contained in:
Thad House
2016-11-01 20:12:08 -07:00
committed by Peter Johnson
parent bc492bb40e
commit 9bbdaf300b
15 changed files with 17 additions and 316 deletions

View File

@@ -8,6 +8,7 @@
#include <cstdlib>
#include "DriverStation.h"
#include "HAL/HAL.h"
#include "LiveWindow/LiveWindow.h"
#include "Timer.h"
#include "gtest/gtest.h"