Просмотр исходного кода

* v3.1.0 (update) - feature: added 4 cpu load monitoring methods for _TASK_TIMECRITICAL compilation option

Anatoli Arkhipenko 6 лет назад
Родитель
Сommit
c8d0cb3dfb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/TaskScheduler.h

+ 1 - 1
src/TaskScheduler.h

@@ -152,7 +152,7 @@
 //               - officially discontinued support for offile documentation in favor of updating the Wiki pages
 //
 // v3.1.0:
-//    2020-01-07 - feture: added 4 cpu load monitoring methods for _TASK_TIMECRITICAL compilation option
+//    2020-01-07 - feature: added 4 cpu load monitoring methods for _TASK_TIMECRITICAL compilation option
 
 
 #include <Arduino.h>