Revision 9ebb11a9 modules/DiWheelDrive_1-1/aosconf.h
modules/DiWheelDrive_1-1/aosconf.h | ||
---|---|---|
17 | 17 |
*/ |
18 | 18 |
|
19 | 19 |
/** |
20 |
* @file
|
|
20 |
* @file |
|
21 | 21 |
* @brief AMiRo-OS Configuration file for the DiWheelDrive v1.1 module. |
22 | 22 |
* @details Contains the application specific AMiRo-OS settings. |
23 | 23 |
* |
... | ... | |
98 | 98 |
/*===========================================================================*/ |
99 | 99 |
|
100 | 100 |
/** |
101 |
* @brief Flag to enable SSSP. |
|
102 |
*/ |
|
103 |
#if !defined(OS_CFG_SSSP_ENABLE) |
|
104 |
#define AMIROOS_CFG_SSSP_ENABLE true |
|
105 |
#else |
|
106 |
#define AMIROOS_CFG_SSSP_ENABLE OS_CFG_SSSP_ENABLE |
|
107 |
#endif |
|
108 |
|
|
109 |
/** |
|
101 | 110 |
* @brief Flag to set the module as SSSP master. |
102 | 111 |
* @details There must be only one module with this flag set to true in a system. |
103 | 112 |
*/ |
Also available in: Unified diff