Revision 3106e8cc modules/NUCLEO-F103RB/alldconf.h
| modules/NUCLEO-F103RB/alldconf.h | ||
|---|---|---|
| 33 | 33 |
*/ |
| 34 | 34 |
#define _AMIRO_LLD_CFG_ |
| 35 | 35 |
#define AMIRO_LLD_CFG_VERSION_MAJOR 1 |
| 36 |
#define AMIRO_LLD_CFG_VERSION_MINOR 0
|
|
| 36 |
#define AMIRO_LLD_CFG_VERSION_MINOR 1
|
|
| 37 | 37 |
|
| 38 | 38 |
/** |
| 39 | 39 |
* @brief Width of the apalTime_t data type. |
| ... | ... | |
| 43 | 43 |
*/ |
| 44 | 44 |
#define AMIROLLD_CFG_TIME_SIZE 32 |
| 45 | 45 |
|
| 46 |
#define AMIROLLD_CFG_DW1000 1 |
|
| 46 |
/** |
|
| 47 |
* @brief Enable flag for the DW1000 UWB transmitter. |
|
| 48 |
* @note Uncomment this if the device is attached. |
|
| 49 |
*/ |
|
| 50 |
//#define AMIROLLD_CFG_DW1000 1 |
|
| 47 | 51 |
|
| 48 | 52 |
#endif /* ALLDCONF_H */ |
| 49 | 53 |
|
Also available in: Unified diff