mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[examples] Fix up merge from main (#7994)
This commit is contained in:
@@ -40,16 +40,11 @@ class Robot : public frc::TimedRobot {
|
||||
m_analog.GetAverageVoltage();
|
||||
}
|
||||
|
||||
void TeleopPeriodic() override {
|
||||
}
|
||||
void TeleopPeriodic() override {}
|
||||
|
||||
private:
|
||||
// Initializes an AnalogInput on port 0
|
||||
frc::AnalogInput m_analog{0};
|
||||
|
||||
// The count and value variables to fill
|
||||
int64_t count;
|
||||
int64_t value;
|
||||
};
|
||||
|
||||
#ifndef RUNNING_FRC_TESTS
|
||||
|
||||
Reference in New Issue
Block a user