Selaa lähdekoodia

Testing broken code

hedger 2 vuotta sitten
vanhempi
commit
cf4245e071
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      demo_app.c

+ 1 - 0
demo_app.c

@@ -7,6 +7,7 @@ int32_t demo_app_app(void* p) {
     UNUSED(p);
     FURI_LOG_I("TEST", "Hello world");
     FURI_LOG_I("TEST", "I'm demo_app!");
+    breaking the code
 
     return 0;
 }