diff options
Diffstat (limited to 'demos/ARM7-AT91SAM7X-GCC')
| -rw-r--r-- | demos/ARM7-AT91SAM7X-GCC/chconf.h | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/demos/ARM7-AT91SAM7X-GCC/chconf.h b/demos/ARM7-AT91SAM7X-GCC/chconf.h index 3b29983cb..d0d7e7d41 100644 --- a/demos/ARM7-AT91SAM7X-GCC/chconf.h +++ b/demos/ARM7-AT91SAM7X-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.
 | 
