pinebuds/apps/factory/app_factory_cdc_comm.h

18 lines
263 B
C

#ifndef __APP_FACTORY_CDC_COMM__H__
#define __APP_FACTORY_CDC_COMM__H__
#ifdef __USB_COMM__
#ifdef __cplusplus
extern "C" {
#endif
void comm_loop(void);
int send_reply(const unsigned char *payload, unsigned int len);
#ifdef __cplusplus
}
#endif
#endif
#endif