Subversion Repositories chibiosIgnition

Rev

Rev 18 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18 Rev 19
Line 152... Line 152...
152
 
152
 
153
/**
153
/**
154
 * @brief   Enables the dual CDC mode on single inteface of the USB subsystem.
154
 * @brief   Enables the dual CDC mode on single inteface of the USB subsystem.
155
 */
155
 */
156
#if !defined(HAL_USE_USB_DUAL_CDC) || defined(__DOXYGEN__)
156
#if !defined(HAL_USE_USB_DUAL_CDC) || defined(__DOXYGEN__)
157
#define  HAL_USE_USB_DUAL_CDC  TRUE
157
#define  HAL_USE_USB_DUAL_CDC  FALSE
158
#endif
158
#endif
159
 
159
 
160
 
160
 
161
 
161
 
162
/**
162
/**