Revision 2dd2e257 modules/DiWheelDrive_1-1/aosconf.h
| modules/DiWheelDrive_1-1/aosconf.h | ||
|---|---|---|
| 62 | 62 |
|
| 63 | 63 |
/** |
| 64 | 64 |
* @brief Flag to enable/disable unit tests. |
| 65 |
* @note Setting this flag will implicitely enable the shell. |
|
| 65 | 66 |
*/ |
| 66 | 67 |
#if !defined(OS_CFG_TESTS_ENABLE) |
| 67 | 68 |
#define AMIROOS_CFG_TESTS_ENABLE true |
| ... | ... | |
| 178 | 179 |
/** |
| 179 | 180 |
* @brief Shell enable flag. |
| 180 | 181 |
*/ |
| 181 |
#if !defined(OS_CFG_SHELL_ENABLE) && (AMIROOS_CFG_TESTS_ENABLE != true) |
|
| 182 |
#define AMIROOS_CFG_SHELL_ENABLE true |
|
| 183 |
#elif (AMIROOS_CFG_TESTS_ENABLE == true) |
|
| 182 |
#if !defined(OS_CFG_SHELL_ENABLE) |
|
| 184 | 183 |
#define AMIROOS_CFG_SHELL_ENABLE true |
| 185 | 184 |
#else |
| 186 | 185 |
#define AMIROOS_CFG_SHELL_ENABLE OS_CFG_SHELL_ENABLE |
Also available in: Unified diff