Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2 | Rev 6 | ||
|---|---|---|---|
| Line 161... | Line 161... | ||
| 161 | 161 | ||
| 162 | /** |
162 | /** |
| 163 | * @brief Enables the SPI subsystem. |
163 | * @brief Enables the SPI subsystem. |
| 164 | */ |
164 | */ |
| 165 | #if !defined(HAL_USE_SPI) || defined(__DOXYGEN__) |
165 | #if !defined(HAL_USE_SPI) || defined(__DOXYGEN__) |
| 166 | #define HAL_USE_SPI FALSE |
166 | #define HAL_USE_SPI TRUE |
| 167 | #endif |
167 | #endif |
| 168 | 168 | ||
| 169 | /** |
169 | /** |
| 170 | * @brief Enables the UART subsystem. |
170 | * @brief Enables the UART subsystem. |
| 171 | */ |
171 | */ |