Revision 91bdafd4 modules/PowerManagement_1-1/chconf.h
| modules/PowerManagement_1-1/chconf.h | ||
|---|---|---|
| 46 | 46 |
#define CH_CFG_ST_RESOLUTION 32 |
| 47 | 47 |
#endif |
| 48 | 48 |
|
| 49 |
// more common definition in aos_chconf.h |
|
| 49 |
/** |
|
| 50 |
* @brief Time delta constant for the tick-less mode. |
|
| 51 |
* @note If this value is zero then the system uses the classic |
|
| 52 |
* periodic tick. This value represents the minimum number |
|
| 53 |
* of ticks that is safe to specify in a timeout directive. |
|
| 54 |
* The value one is not valid, timeouts are rounded up to |
|
| 55 |
* this value. |
|
| 56 |
*/ |
|
| 57 |
#if !defined(CH_CFG_ST_TIMEDELTA) |
|
| 58 |
#define CH_CFG_ST_TIMEDELTA 20 |
|
| 59 |
#endif |
|
| 60 |
|
|
| 61 |
// more common definitions in aos_chconf.h |
|
| 50 | 62 |
|
| 51 | 63 |
/** @} */ |
| 52 | 64 |
|
Also available in: Unified diff