[hal,wpilib] Remove MXP mentions in API docs (NFC) (#8694)

This commit is contained in:
Gold856
2026-03-20 19:48:53 -04:00
committed by GitHub
parent fb4bcefabc
commit f1aa84aecf
42 changed files with 65 additions and 112 deletions

View File

@@ -92,11 +92,10 @@ class PWMMotorController
protected:
/**
* Constructor for a PWM Motor %Controller connected via PWM.
* Constructor for a PWM Motor Controller connected via PWM.
*
* @param name Name to use for SendableRegistry
* @param channel The PWM channel that the controller is attached to. 0-9 are
* on-board, 10-19 are on the MXP port
* @param channel The SmartIO channel that the controller is attached to.
*/
PWMMotorController(std::string_view name, int channel);