소스 검색

remove unnecessary comment

jblanked 1 년 전
부모
커밋
c465917230
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app.c

+ 1 - 1
app.c

@@ -39,7 +39,7 @@ int32_t flip_world_main(void *p)
     while (fhttp->state == INACTIVE && --counter > 0)
     {
         FURI_LOG_D(TAG, "Waiting for PONG");
-        furi_delay_ms(100); // this causes a BusFault
+        furi_delay_ms(100);
     }
 
     flipper_http_free(fhttp);