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
12#define RECORD_CLI_VCP "cli_vcp"
13
14typedef struct CliVcp CliVcp;
15
16void cli_vcp_enable(CliVcp* cli_vcp);
17void cli_vcp_disable(CliVcp* cli_vcp);
18
19#ifdef __cplusplus
20}
21#endif
Definition cli_vcp.c:41