diff options
author | fauxpark <fauxpark@gmail.com> | 2019-09-10 23:49:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-10 23:49:24 +1000 |
commit | 4f66a7a3258bae4d2a859529a719bb5142506346 (patch) | |
tree | a26927541c77349244d2bc043f7795eb41f2e068 /Bootloaders/MassStorage/Lib | |
parent | ce10f7642b0459e409839b23cc91498945119b4d (diff) | |
parent | 0dfd13588686bb5e3da0eab99b2426261c3b4d14 (diff) | |
download | lufa-4f66a7a3258bae4d2a859529a719bb5142506346.tar.gz lufa-4f66a7a3258bae4d2a859529a719bb5142506346.tar.bz2 lufa-4f66a7a3258bae4d2a859529a719bb5142506346.zip |
Merge pull request #4 from drashna/update_master
Update master
Diffstat (limited to 'Bootloaders/MassStorage/Lib')
-rw-r--r-- | Bootloaders/MassStorage/Lib/VirtualFAT.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bootloaders/MassStorage/Lib/VirtualFAT.h b/Bootloaders/MassStorage/Lib/VirtualFAT.h index 07abb9eb2..2ecad9b88 100644 --- a/Bootloaders/MassStorage/Lib/VirtualFAT.h +++ b/Bootloaders/MassStorage/Lib/VirtualFAT.h @@ -126,7 +126,7 @@ (uint8_t)(ROT8(ROT8(ROT8(ROT8(ROT8(ROT8(ROT8(ROT8(ROT8(ROT8(n0)+n1)+n2)+n3)+n4)+n5)+n6)+n7)+e0)+e1)+e2) /** \name FAT Filesystem Flags */ - //@{ + /**@{*/ /** FAT attribute flag to indicate a read-only file. */ #define FAT_FLAG_READONLY (1 << 0) @@ -150,7 +150,7 @@ /** Ordinal flag marker for FAT Long File Name entries to mark the last entry. */ #define FAT_ORDINAL_LAST_ENTRY (1 << 6) - //@} + /**@}*/ /* Enums: */ /** Enum for the Root FAT file entry indexes on the disk. This can be used |