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

@@ -12,10 +12,11 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <sstream>
#include "ErrorBase.h"
#include "HAL/HAL.h"
#include "Task.h"
#include "nivision.h"
/**