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