mirror of
https://github.com/littlefs-project/littlefs.git
synced 2026-03-27 05:29:54 +00:00
Set LFS_VERSION to v0.0
Like the LFS_DISK_VERSION, the intention is to mark the current driver as experimental. Just in case...
This commit is contained in:
2
lfs.h
2
lfs.h
@@ -16,7 +16,7 @@
|
||||
// Software library version
|
||||
// Major (top-nibble), incremented on backwards incompatible changes
|
||||
// Minor (bottom-nibble), incremented on feature additions
|
||||
#define LFS_VERSION 0x00020005
|
||||
#define LFS_VERSION 0x00000000
|
||||
#define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16))
|
||||
#define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >> 0))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user