| 12345678910111213 |
- #include <furi.h>
- /* generated by fbt from .png files in images folder */
- #include <demo_app_icons.h>
- 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;
- }
|