[docs] Fix brownout docs (NFC) (#3638)

This commit is contained in:
sciencewhiz
2021-10-14 07:28:21 -07:00
committed by GitHub
parent 67df469c58
commit 05e5feac41
3 changed files with 10 additions and 10 deletions

View File

@@ -189,14 +189,14 @@ class RobotController {
static int GetFaultCount6V();
/**
* Get the current brownout voltage seting.
* Get the current brownout voltage setting.
*
* @return The brownout voltage
*/
static units::volt_t GetBrownoutVoltage();
/**
* Set the voltage the roborio will brownout and disable all outputs.
* Set the voltage the roboRIO will brownout and disable all outputs.
*
* Note that this only does anything on the roboRIO 2.
* On the roboRIO it is a no-op.