diff options
Diffstat (limited to 'src/templates/chconf.h')
-rw-r--r-- | src/templates/chconf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/templates/chconf.h b/src/templates/chconf.h index d8e5f88da..cc4f992f2 100644 --- a/src/templates/chconf.h +++ b/src/templates/chconf.h @@ -96,12 +96,6 @@ * included in the kernel.*/
#define CH_USE_MESSAGES
-/** Configuration option: if specified then the \p chMsgSendTimeout()
- * function is included in the kernel.
- * @note requires \p CH_USE_MESSAGES.
- * @note requires \p CH_USE_VIRTUAL_TIMERS.*/
-#define CH_USE_MESSAGES_TIMEOUT
-
/** Configuration option: if specified then the \p chMsgSendWithEvent()
* function is included in the kernel.
* @note requires \p CH_USE_MESSAGES.
|