瀏覽代碼

minor change on comment

sfreundel 4 年之前
父節點
當前提交
e30feb6285
共有 1 個文件被更改,包括 4 次插入0 次删除
  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
 // *