Flipper Zero Firmware
Loading...
Searching...
No Matches
cli_vcp.h
Go to the documentation of this file.
1
6#pragma once
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12typedef struct CliSession CliSession;
13
14extern CliSession cli_vcp;
15
16#ifdef __cplusplus
17}
18#endif
Definition cli_i.h:27