mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
9 lines
153 B
C
9 lines
153 B
C
#include <applications/services/loader/loader_i.h>
|
|
|
|
#define TAG "lfrfid_loader_app"
|
|
|
|
int32_t lfrfid_loader_app(void* p) {
|
|
UNUSED(p);
|
|
|
|
return 0;
|
|
} |