diff options
author | Oxore <oxore@protonmail.com> | 2023-03-03 00:02:25 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-03 00:24:54 +0300 |
commit | 2a260911f5abc4e03cb41474a49e01a571395155 (patch) | |
tree | a2342b619430d52c06cc90f37ad19b1eba3b7a10 /Libraries/NixieDriver/nixie_driver_task.c | |
parent | d16620e6ba7467e9ef99bf61336ccd8fb4dfd813 (diff) |
Remove precious comments, change encoding to utf-8
Diffstat (limited to 'Libraries/NixieDriver/nixie_driver_task.c')
-rw-r--r-- | Libraries/NixieDriver/nixie_driver_task.c | 56 |
1 files changed, 2 insertions, 54 deletions
diff --git a/Libraries/NixieDriver/nixie_driver_task.c b/Libraries/NixieDriver/nixie_driver_task.c index 18e554c..b968128 100644 --- a/Libraries/NixieDriver/nixie_driver_task.c +++ b/Libraries/NixieDriver/nixie_driver_task.c @@ -2,7 +2,6 @@ #include "nixie_driver_config.h" #include "nixie_driver_process.h" -// FreeRTOS includes #include "FreeRTOS.h" #include "task.h" #include "queue.h" @@ -20,7 +19,7 @@ void NixieDriverInit ( void ) // ---------------------------------------------------------------------------- -// - , ? +// - нужна ли эта задача, если все работает в прерывании? // ---------------------------------------------------------------------------- void ProcessFSM_NixieDriver ( void ) { @@ -29,60 +28,9 @@ void ProcessFSM_NixieDriver ( void ) // ---------------------------------------------------------------------------- -// , NixieClockSimply +// Задача ОС, реализующая головную задачу программы NixieClockSimply // ---------------------------------------------------------------------------- void NixieDriver_Task ( void *pvParameters ) { while(1)ProcessFSM_NixieDriver (); - //vTaskDelete(NULL); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |