Revision 3f899f5d devices/DiWheelDrive/halconf.h

View differences:

devices/DiWheelDrive/halconf.h
1
/**
2
 * @file    devices/DiWheelDrive/halconf.h
3
 * @brief   HAL configuration header.
4
 * @details HAL configuration file, this file allows to enable or disable the
5
 *          various device drivers from your application. You may also use
6
 *          this file in order to override the device drivers default settings.
7
 *
8
 * @addtogroup HAL_CONF
9
 * @{
10
 */
11

  
1 12
#ifndef _HALCONF_H_
2 13
#define _HALCONF_H_
3 14

  
......
288 299
#endif
289 300

  
290 301
#endif /* _HALCONF_H_ */
302

  
303
/** @} */

Also available in: Unified diff