Added a struct name.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10751 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-10-03 08:57:33 +00:00
parent dfba4ce753
commit 1b89723caa
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
/** /**
* @brief Type of an objects FIFO. * @brief Type of an objects FIFO.
*/ */
typedef struct { typedef struct ch_objects_fifo {
/** /**
* @brief Pool of the free objects. * @brief Pool of the free objects.
*/ */