8 lines
124 B
C
Executable File
8 lines
124 B
C
Executable File
#ifndef _UIAPPUSBCDC_H_
|
|
#define _UIAPPUSBCDC_H_
|
|
|
|
extern void UIApp_CdcOpen(void);
|
|
extern void UIApp_CdcClose(void);
|
|
|
|
#endif
|