Revision 7da800ab modules/LightRing_1-0/aosconf.h
| modules/LightRing_1-0/aosconf.h | ||
|---|---|---|
| 17 | 17 |
*/ |
| 18 | 18 |
|
| 19 | 19 |
/** |
| 20 |
* @file
|
|
| 21 |
* @brief AMiRo-OS Configuration file for the LightRing v1.0 module.
|
|
| 20 |
* @file |
|
| 21 |
* @brief AMiRo-OS Configuration file for the DiWheelDrive v1.1 module.
|
|
| 22 | 22 |
* @details Contains the application specific AMiRo-OS settings. |
| 23 | 23 |
* |
| 24 | 24 |
* @addtogroup lightring_aos_config |
| ... | ... | |
| 32 | 32 |
* compatibility guards |
| 33 | 33 |
*/ |
| 34 | 34 |
#define _AMIRO_OS_CFG_ |
| 35 |
#define _AMIRO_OS_CFG_VERSION_MAJOR_ 2
|
|
| 36 |
#define _AMIRO_OS_CFG_VERSION_MINOR_ 0
|
|
| 35 |
#define AMIRO_OS_CFG_VERSION_MAJOR 2
|
|
| 36 |
#define AMIRO_OS_CFG_VERSION_MINOR 0
|
|
| 37 | 37 |
|
| 38 | 38 |
#include <stdbool.h> |
| 39 | 39 |
|
Also available in: Unified diff