embkernel
 All Classes Functions Variables Typedefs Groups Pages
UsbCfg.hpp
1 //------------------------------------------------------------------------------
2 //This file is part of embKernel.
3 //See license.txt for the full license governing this code.
4 //------------------------------------------------------------------------------
5 
6 #ifndef USB_CFG_HPP_
7 #define USB_CFG_HPP_
8 
9 #include "CfgUsb.hpp"
10 
11 #ifndef USB_CFG_DEBUG_ENABLE
12 #warning USB_CFG_DEBUG_ENABLE undefined
13 #define USB_CFG_DEBUG_ENABLE 0
14 #endif
15 
16 #ifndef USB_CFG_MAX_EPN
17 #warning USB_CFG_MAX_EPN undefined
18 #define USB_CFG_MAX_EPN 8
19 #endif
20 
21 #endif /* USB_CFG_HPP_ */