mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[glass] Update Speed Controller Type name for 2022 WPILib (#3952)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
namespace glass {
|
||||
class NTSpeedControllerModel : public SpeedControllerModel {
|
||||
public:
|
||||
static constexpr const char* kType = "Speed Controller";
|
||||
static constexpr const char* kType = "Motor Controller";
|
||||
|
||||
explicit NTSpeedControllerModel(std::string_view path);
|
||||
NTSpeedControllerModel(NT_Inst instance, std::string_view path);
|
||||
|
||||
Reference in New Issue
Block a user