/* ********************************************************************************************************* * EXAMPLE CODE * * This file is provided as an example on how to use Micrium products. * * Please feel free to use any application code labeled as 'EXAMPLE CODE' in * your application products. Example code may be used as is, in whole or in * part, or may be used as a reference only. This file can be modified as * required to meet the end-product requirements. * ********************************************************************************************************* */ /* ********************************************************************************************************* * * USB HOST CDC ACM TEST APPLICATION * * TEMPLATE * * Filename : app_usbh_cdc_acm.c * Version : V3.42.01 ********************************************************************************************************* */ #ifndef APP_USBH_CDC_ACM_H #define APP_USBH_CDC_ACM_H /* ************************************************************************************************************** * INCLUDE FILES ************************************************************************************************************** */ #include /* ************************************************************************************************************** * EXTERNS ************************************************************************************************************** */ #ifdef APP_USBH_CDC_ACM_MODULE #define APP_USBH_CDC_ACM_EXT #else #define APP_USBH_CDC_ACM_EXT extern #endif /* ************************************************************************************************************** * DEFINES ************************************************************************************************************** */ /* ************************************************************************************************************** * DATA TYPES ************************************************************************************************************** */ /* ************************************************************************************************************** * GLOBAL VARIABLES ************************************************************************************************************** */ /* ************************************************************************************************************** * MACRO'S ************************************************************************************************************** */ /* ************************************************************************************************************** * FUNCTION PROTOTYPES ************************************************************************************************************** */ USBH_ERR App_USBH_CDC_ACM_Init (void); /* ************************************************************************************************************** * CONFIGURATION ERRORS ************************************************************************************************************** */ #endif /* ************************************************************************************************************** * END ************************************************************************************************************** */