Revision eedb8e58 modules/DiWheelDrive_1-1/halconf.h

View differences:

modules/DiWheelDrive_1-1/halconf.h
17 17
*/
18 18

  
19 19
/**
20
 * @file    
20
 * @file
21 21
 * @brief   HAL configuration header for the DiWheelDrive v1.1 module.
22 22
 * @details HAL configuration file, this file allows to enable or disable the
23 23
 *          various device drivers from your application. You may also use
......
127 127
#endif
128 128

  
129 129
/**
130
 * @brief   Enables the QEI subsystem.
131
 */
132
#if !defined(HAL_USE_QEI) || defined(__DOXYGEN__)
133
#define HAL_USE_QEI                         TRUE
134
#endif
135

  
136
/**
130 137
 * @brief   Enables the QSPI subsystem.
131 138
 */
132 139
#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__)

Also available in: Unified diff