weebo.c 239 B

123456789101112
  1. #include <furi.h>
  2. /* generated by fbt from .png files in images folder */
  3. #include <weebo_icons.h>
  4. int32_t weebo_app(void* p) {
  5. UNUSED(p);
  6. FURI_LOG_I("TEST", "Hello world");
  7. FURI_LOG_I("TEST", "I'm weebo!");
  8. return 0;
  9. }