Explorar o código

remove unnecessary comment

jblanked hai 1 ano
pai
achega
c465917230
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
     while (fhttp->state == INACTIVE && --counter > 0)
     {
     {
         FURI_LOG_D(TAG, "Waiting for PONG");
         FURI_LOG_D(TAG, "Waiting for PONG");
-        furi_delay_ms(100); // this causes a BusFault
+        furi_delay_ms(100);
     }
     }
 
 
     flipper_http_free(fhttp);
     flipper_http_free(fhttp);