embkernel
 All Classes Functions Variables Typedefs Groups Pages
CfgUsb.hpp
1 //------------------------------------------------------------------------------
2 //This file is part of embKernel.
3 //See license.txt for the full license governing this code.
4 //------------------------------------------------------------------------------
5 
6 #ifndef CFG_USB_HPP_
7 #define CFG_USB_HPP_
8 
9 #if DEBUG
10 #define USB_CFG_DEBUG_ENABLE 1
11 #else
12 #define USB_CFG_DEBUG_ENABLE 0
13 #endif
14 
15 #define USB_CFG_MAX_EPN 8
16 
17 #endif /* CFG_USB_HPP_ */