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. */