123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #ifndef USB_DEMO_H
- #define USB_DEMO_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- #include "ql_usb.h"
- #define QL_USB_TASK_STACK 8*1024
- void ql_usb_app_init(void);
- #ifdef __cplusplus
- }
- #endif
- #endif
|