diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-03 08:57:33 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-03 08:57:33 +0000 |
commit | 1b89723caa5d7dbaaaa53d13c03944483d42cbb4 (patch) | |
tree | e83fc724bca164c1f83e725fe660fc792d1d0a37 | |
parent | dfba4ce753e84e2830d2cef912632a093958c88b (diff) | |
download | ChibiOS-1b89723caa5d7dbaaaa53d13c03944483d42cbb4.tar.gz ChibiOS-1b89723caa5d7dbaaaa53d13c03944483d42cbb4.tar.bz2 ChibiOS-1b89723caa5d7dbaaaa53d13c03944483d42cbb4.zip |
Added a struct name.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10751 35acf78f-673a-0410-8e92-d51de3d6d3f4
-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.
*/
|