#ifndef __ABC800_USB_H__ #define __ABC800_USB_H__ #include "port.h" void ctrl_pipe_cb(ext_pipe_event_msg_t event, usb_irp_t *irp); void abc800_port_init(); void onRepeatTimer_out(TimerHandle_t xTimer); #endif