mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
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:
committed by
Peter Johnson
parent
bc492bb40e
commit
9bbdaf300b
@@ -10,6 +10,7 @@
|
||||
#include <cmath>
|
||||
|
||||
#include "DriverStation.h"
|
||||
#include "HAL/HAL.h"
|
||||
#include "WPIErrors.h"
|
||||
|
||||
const int Joystick::kDefaultXAxis;
|
||||
|
||||
Reference in New Issue
Block a user