Revision 1f94ac64 modules/NUCLEO-L476RG/alldconf.h
| modules/NUCLEO-L476RG/alldconf.h | ||
|---|---|---|
| 32 | 32 |
* compatibility guards |
| 33 | 33 |
*/ |
| 34 | 34 |
#define _AMIRO_LLD_CFG_ |
| 35 |
#define AMIRO_LLD_CFG_VERSION_MAJOR 1 |
|
| 36 |
#define AMIRO_LLD_CFG_VERSION_MINOR 0 |
|
| 35 |
#define AMIRO_LLD_CFG_VERSION_MAJOR 1
|
|
| 36 |
#define AMIRO_LLD_CFG_VERSION_MINOR 0
|
|
| 37 | 37 |
|
| 38 | 38 |
/** |
| 39 | 39 |
* @brief Width of the apalTime_t data type. |
| ... | ... | |
| 41 | 41 |
* @details Possible values are 8, 16, 32, and 64 bits. |
| 42 | 42 |
* By definition time is represented at microsecond precision. |
| 43 | 43 |
*/ |
| 44 |
#define AMIROLLD_CFG_TIME_SIZE 32 |
|
| 44 |
#define AMIROLLD_CFG_TIME_SIZE 32
|
|
| 45 | 45 |
|
| 46 | 46 |
#endif /* ALLDCONF_H */ |
| 47 | 47 |
|
Also available in: Unified diff