From d62a644b1e910c7fccd65d768a838fcc651e4e80 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 19 Apr 2009 07:15:05 +0000 Subject: Removed the chMsgSendWithEvent() function and the related configuration option. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@914 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/messages.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/include/messages.h') diff --git a/src/include/messages.h b/src/include/messages.h index 1c4876b81..ee1449a82 100644 --- a/src/include/messages.h +++ b/src/include/messages.h @@ -48,10 +48,6 @@ extern "C" { msg_t chMsgWait(void); msg_t chMsgGet(void); void chMsgRelease(msg_t msg); - -#if CH_USE_EVENTS && CH_USE_MESSAGES_EVENT - msg_t chMsgSendWithEvent(Thread *tp, msg_t msg, eventmask_t mask); -#endif #ifdef __cplusplus } #endif -- cgit v1.2.3