From c303a8a06e68fb30c082a4f1a4fcc675ff0bd39e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 30 Nov 2007 09:00:50 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@121 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/semaphores.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/semaphores.h b/src/include/semaphores.h index 4ffb3dc0d..e17d03a6a 100644 --- a/src/include/semaphores.h +++ b/src/include/semaphores.h @@ -43,8 +43,8 @@ extern "C" { void chSemInit(Semaphore *sp, t_cnt n); void chSemReset(Semaphore *sp, t_cnt n); void chSemResetI(Semaphore *sp, t_cnt n); - void chSemWait(Semaphore *sp); - void chSemWaitS(Semaphore *sp); + t_msg chSemWait(Semaphore *sp); + t_msg chSemWaitS(Semaphore *sp); #ifdef CH_USE_SEMAPHORES_TIMEOUT t_msg chSemWaitTimeout(Semaphore *sp, t_time time); t_msg chSemWaitTimeoutS(Semaphore *sp, t_time time); -- cgit v1.2.3