mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-05-22 09:55:11 +00:00
6 lines
113 B
C
6 lines
113 B
C
#pragma once
|
|
|
|
#include <toolbox/pipe.h>
|
|
|
|
void cli_command_gpio(PipeSide* pipe, FuriString* args, void* context);
|