From a44d704c7107582a746b905397c941777e32043d Mon Sep 17 00:00:00 2001 From: arighi Date: Thu, 30 Sep 2010 13:17:00 +0000 Subject: [PATCH] USB: include device driver configuration files for EP allocation Include specific USB device driver's configuration to determine the list of the allocated endpoints. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4382 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/usb_endpoint.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bertos/drv/usb_endpoint.h b/bertos/drv/usb_endpoint.h index 7af79c06..f393425b 100644 --- a/bertos/drv/usb_endpoint.h +++ b/bertos/drv/usb_endpoint.h @@ -42,6 +42,10 @@ #ifndef USB_ENDPOINT_H #define USB_ENDPOINT_H +#include "cfg/cfg_usbser.h" +#include "cfg/cfg_usbkbd.h" +#include "cfg/cfg_usbmouse.h" + /* Enpoint allocation (according to the compile-time options) */ enum { USB_CTRL_ENDPOINT = 0, /* This must be always allocated */ -- 2.25.1