#include <furi.h> #include <furi_hal.h> #include "zero_tracker.h" int32_t zero_tracker_app(void* p) { UNUSED(p); return 0; }