mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Remove kDefaultPeriod from IterativeRobot (#232)
* Remove kDefaultPeriod from IterativeRobot * Remove period * Remove NextPeriodReady
This commit is contained in:
committed by
Peter Johnson
parent
4896a77c86
commit
27bf94fd06
@@ -13,8 +13,6 @@
|
||||
#include "SmartDashboard/SmartDashboard.h"
|
||||
#include "networktables/NetworkTable.h"
|
||||
|
||||
constexpr double IterativeRobot::kDefaultPeriod;
|
||||
|
||||
/**
|
||||
* Provide an alternate "main loop" via StartCompetition().
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user