diff options
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/oslib/include/chfifo.h | 2 |
1 files changed, 1 insertions, 1 deletions
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.
*/
|