mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Miscellaneous cleanups (#1008)
This commit is contained in:
committed by
Peter Johnson
parent
a098814ea0
commit
6a159c5bd2
@@ -7,7 +7,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Base.h"
|
||||
#include "Controller.h"
|
||||
|
||||
namespace frc {
|
||||
|
||||
@@ -17,6 +17,7 @@ namespace frc {
|
||||
class SpeedController : public PIDOutput {
|
||||
public:
|
||||
virtual ~SpeedController() = default;
|
||||
|
||||
/**
|
||||
* Common interface for setting the speed of a speed controller.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user