cli_vcp.h 173 B

123456789101112131415161718
  1. /**
  2. * @file cli_vcp.h
  3. * VCP HAL API
  4. */
  5. #pragma once
  6. #include "cli_i.h"
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. extern CliSession cli_vcp;
  11. #ifdef __cplusplus
  12. }
  13. #endif