diff options
Diffstat (limited to 'demos/AVR-ATmega128-GCC')
| -rw-r--r-- | demos/AVR-ATmega128-GCC/chconf.h | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/demos/AVR-ATmega128-GCC/chconf.h b/demos/AVR-ATmega128-GCC/chconf.h index 2a4916827..99548894e 100644 --- a/demos/AVR-ATmega128-GCC/chconf.h +++ b/demos/AVR-ATmega128-GCC/chconf.h @@ -124,6 +124,16 @@  /*===========================================================================*/
  /**
 + * @brief Threads registry APIs.
 + * @details If enabled then the registry APIs are included in the kernel.
 + *
 + * @note The default is @p TRUE.
 + */
 +#if !defined(CH_USE_REGISTRY) || defined(__DOXYGEN__)
 +#define CH_USE_REGISTRY                 TRUE
 +#endif
 +
 +/**
   * @brief Threads synchronization APIs.
   * @details If enabled then the @p chThdWait() function is included in
   *          the kernel.
  | 
