Add test function prototype.
[bertos.git] / bertos / drv / usbser.c
index 00377d12cef07b4227905fa3a68e69bc7468261f..04eb3d82b1526b84ecb23b7107ef939b83761d33 100644 (file)
@@ -36,6 +36,8 @@
  *
  */
 
+#include "usbser.h"
+
 #include "cfg/cfg_usbser.h"
 
 #define LOG_LEVEL  USB_SERIAL_LOG_LEVEL
 
 #include <string.h> /* memcpy() */
 
-#include "drv/usbser.h"
-
-#define USB_SERIAL_VENDOR_ID   USB_SERIAL_VENDOR_ID
-#define USB_SERIAL_PRODUCT_ID  USB_SERIAL_PRODUCT_ID
 
 #define USB_SERIAL_INTERFACES  1
 #define USB_SERIAL_ENDPOINTS   3