Parcourir la source

minor change on comment

sfreundel il y a 5 ans
Parent
commit
e30feb6285
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/main.cpp

+ 4 - 0
src/main.cpp

@@ -112,6 +112,9 @@ void threadLed(){
   switchReceivedValue = 0;
 }
 
+// *
+// * Thread - Display
+// * 
 void threadDisplay(){
   static bool displayBackgroundLight = false;
   displayBackgroundLight = !displayBackgroundLight;
@@ -186,6 +189,7 @@ void threadSendAliveMsg(){
   _DEBUG(1,msg);
 }
 #endif
+
 // *
 // * Function SetupWdtSleep
 // *