Revision dd56d656 modules/PowerManagement_1-2/alldconf.h

View differences:

modules/PowerManagement_1-2/alldconf.h
28 28
#ifndef ALLDCONF_H
29 29
#define ALLDCONF_H
30 30

  
31
/*
32
 * compatibility guards
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
45

  
46 31
/**
47 32
 * @brief   BQ27500 hardware version
48 33
 */
......
55 40
#define PKxxxExxx_LLD_FREQUENCY_SPEC            4000
56 41
#define PKxxxExxx_LLD_FREQUENCY_MAX             6000
57 42

  
43
/*
44
 * common configuration
45
 */
46
#include <aos_alldconf.h>
47

  
58 48
#endif /* ALLDCONF_H */
59 49

  
60 50
/** @} */

Also available in: Unified diff