Revision 9466e34d templates/alldconf.h

View differences:

templates/alldconf.h
34 34
 */
35 35
#define AMIROLLD_CFG_TIME_SIZE          32
36 36

  
37
/**
38
 * @brief   Enable flag for a driver <driver_name> version <version>.
39
 * @details Use multiple such enable flags to activate drivers as required.
40
 *          Replace <driver_name> accordingly and set its value to the desired
41
 *          version of the driver (e.g. use '#define AMIROLLD_CFG_USE_A3906 2'
42
 *          in order to enable the A3906 motor driver version 2).
43
 */
44
#define AMIROLLD_CFG_USE_<driver_name>  <version>
45

  
46 37
#endif /* ALLDCONF_H */

Also available in: Unified diff