Subversion Repositories chibiosIgnition

Rev

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

Rev 7 Rev 18
Line 149... Line 149...
149
#endif
149
#endif
150
 
150
 
151
#define HAL_USE_BULK_USB TRUE
151
#define HAL_USE_BULK_USB TRUE
152
 
152
 
153
/**
153
/**
-
 
154
 * @brief   Enables the dual CDC mode on single inteface of the USB subsystem.
-
 
155
 */
-
 
156
#if !defined(HAL_USE_USB_DUAL_CDC) || defined(__DOXYGEN__)
-
 
157
#define  HAL_USE_USB_DUAL_CDC  TRUE
-
 
158
#endif
-
 
159
 
-
 
160
 
-
 
161
 
-
 
162
/**
154
 * @brief   Enables the SPI subsystem.
163
 * @brief   Enables the SPI subsystem.
155
 */
164
 */
156
#if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)
165
#if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)
157
#define HAL_USE_SPI                 TRUE
166
#define HAL_USE_SPI                 TRUE
158
#endif
167
#endif