We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c5bf8 commit 96d2b3eCopy full SHA for 96d2b3e
FreeRTOS-Cpp/include/FreeRTOS/Timer.hpp
@@ -847,9 +847,9 @@ class Timer : public TimerBase {
847
* should create a class that derives from this class and implement
848
* timerFunction().
849
*
850
- * @warning This class contains the timer data structure, so any instace of this
851
- * class or class derived from this class should be persistent (not declared on
852
- * the stack of another function).
+ * @warning This class contains the timer data structure, so any instance of
+ * this class or class derived from this class should be persistent (not
+ * declared on the stack of another function).
853
*/
854
class StaticTimer : public TimerBase {
855
public:
0 commit comments