From 1b89723caa5d7dbaaaa53d13c03944483d42cbb4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 3 Oct 2017 08:57:33 +0000 Subject: Added a struct name. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10751 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/oslib/include/chfifo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common') diff --git a/os/common/oslib/include/chfifo.h b/os/common/oslib/include/chfifo.h index 1d5eb25cf..537314192 100644 --- a/os/common/oslib/include/chfifo.h +++ b/os/common/oslib/include/chfifo.h @@ -77,7 +77,7 @@ /** * @brief Type of an objects FIFO. */ -typedef struct { +typedef struct ch_objects_fifo { /** * @brief Pool of the free objects. */ -- cgit v1.2.3