[examples] Fix periodic function rate comment (NFC) (#4013)

Fixes #3979
This commit is contained in:
sciencewhiz
2022-02-08 13:19:31 -08:00
committed by GitHub
parent 90c1db393e
commit 4e3cc25012
35 changed files with 53 additions and 53 deletions

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -9,7 +9,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -16,7 +16,7 @@ void Robot::RobotInit() {
}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*

View File

@@ -10,7 +10,7 @@
void Robot::RobotInit() {}
/**
* This function is called every robot packet, no matter the mode. Use
* This function is called every 20 ms, no matter the mode. Use
* this for items like diagnostics that you want to run during disabled,
* autonomous, teleoperated and test.
*