Revision 2745c37f modules/aos_chconf.h

View differences:

modules/aos_chconf.h
274 274
 * @details If enabled then the conditional variables APIs with timeout
275 275
 *          specification are included in the kernel.
276 276
 *
277
 * @note    The default is @p TRUE.
277
 * @note    The default is @p FALSE.
278 278
 * @note    Requires @p CH_CFG_USE_CONDVARS.
279 279
 */
280 280
#if !defined(CH_CFG_USE_CONDVARS_TIMEOUT)
281
#define CH_CFG_USE_CONDVARS_TIMEOUT         TRUE
281
#define CH_CFG_USE_CONDVARS_TIMEOUT         FALSE
282 282
#endif
283 283

  
284 284
/**

Also available in: Unified diff