HAND FIX final frc:: replacements

This commit is contained in:
PJ Reiniger
2025-11-07 20:00:44 -05:00
committed by Peter Johnson
parent 928ff20695
commit 67f2502b08
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ extern "C" {
* require the GUI be run in the main thread.
*
* To be effective, this function must be called before the robot code starts
* the main loop (e.g. by frc::StartRobot()).
* the main loop (e.g. by wpi::StartRobot()).
*
* @param param parameter data to pass to mainFunc and exitFunc
* @param mainFunc the function to be run when HAL_RunMain() is called.