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:
parent
dfba4ce753
commit
1b89723caa
|
@ -77,7 +77,7 @@
|
|||
/**
|
||||
* @brief Type of an objects FIFO.
|
||||
*/
|
||||
typedef struct {
|
||||
typedef struct ch_objects_fifo {
|
||||
/**
|
||||
* @brief Pool of the free objects.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue