GPIO fap it up fap it up

This commit is contained in:
RogueMaster
2022-11-04 15:36:33 -04:00
parent fc8d4d08a2
commit 3d030e2d41
10 changed files with 31 additions and 6 deletions
@@ -0,0 +1,9 @@
#include <applications/services/loader/loader_i.h>
#define TAG "gpio_loader_app"
int32_t gpio_loader_app(void* p) {
UNUSED(p);
return 0;
}