aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib/complex/mfs/mfs.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-11-14 12:43:44 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-11-14 12:43:44 +0000
commitbc113301c744fc311f0cd2f2af102218eac7bb44 (patch)
tree041d0a04b45cbdda2552f23553d23403fc2ca16c /os/hal/lib/complex/mfs/mfs.h
parent172d281e84c6f095ea642e925424104aeec60702 (diff)
downloadChibiOS-bc113301c744fc311f0cd2f2af102218eac7bb44.tar.gz
ChibiOS-bc113301c744fc311f0cd2f2af102218eac7bb44.tar.bz2
ChibiOS-bc113301c744fc311f0cd2f2af102218eac7bb44.zip
Fixed few bugs, not fully tested yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10996 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/lib/complex/mfs/mfs.h')
-rw-r--r--os/hal/lib/complex/mfs/mfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/lib/complex/mfs/mfs.h b/os/hal/lib/complex/mfs/mfs.h
index e3504e29a..49b1a342b 100644
--- a/os/hal/lib/complex/mfs/mfs.h
+++ b/os/hal/lib/complex/mfs/mfs.h
@@ -210,7 +210,7 @@ typedef union {
* @brief Type of a data block header.
* @details This structure is placed before each written data block.
*/
-typedef struct {
+typedef union {
struct {
/**
* @brief Data header magic.