Revision dd56d656 modules/DiWheelDrive_1-2/alldconf.h

View differences:

modules/DiWheelDrive_1-2/alldconf.h
29 29
#define ALLDCONF_H
30 30

  
31 31
/*
32
 * compatibility guards
32
 * common configuration
33 33
 */
34
#define _AMIRO_LLD_CFG_
35
#define AMIRO_LLD_CFG_VERSION_MAJOR             1
36
#define AMIRO_LLD_CFG_VERSION_MINOR             1
37

  
38
/**
39
 * @brief   Width of the apalTime_t data type.
40
 *
41
 * @details Possible values are 8, 16, 32, and 64 bits.
42
 *          By definition time is represented at microsecond precision.
43
 */
44
#define AMIROLLD_CFG_TIME_SIZE                  32
34
#include <aos_alldconf.h>
45 35

  
46 36
#endif /* ALLDCONF_H */
47 37

  

Also available in: Unified diff