16 lines
355 B
C
16 lines
355 B
C
#ifndef USBCDC_H_SEEN
|
|
#define USBCDC_H_SEEN
|
|
|
|
#include "event.h"
|
|
|
|
/* *********************************************************************** */
|
|
|
|
void usbcdc_event_handler (event_entry_t * p_event);
|
|
|
|
void usbcdc_task(void);
|
|
void usbcdc_init(void);
|
|
|
|
/* *********************************************************************** */
|
|
|
|
#endif /* USBCDC_H_SEEN */
|