From a062d3365465c27087cee8a1c8f1f76867529842 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 3 Oct 2017 08:58:30 +0000 Subject: Added a struct name. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10752 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/oslib/include/chbsem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common/oslib/include/chbsem.h') diff --git a/os/common/oslib/include/chbsem.h b/os/common/oslib/include/chbsem.h index ed4a6f806..3a6956017 100644 --- a/os/common/oslib/include/chbsem.h +++ b/os/common/oslib/include/chbsem.h @@ -72,7 +72,7 @@ * * @brief Binary semaphore type. */ -typedef struct { +typedef struct ch_binary_semaphore { semaphore_t sem; } binary_semaphore_t; -- cgit v1.2.3