mirror of
https://github.com/littlefs-project/littlefs.git
synced 2025-10-29 19:47:49 +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:
parent
6d4248c685
commit
3413f125d8
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))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user