Rename SHRINKIFCHEAP to SHRINKNONRELOCATING

This commit is contained in:
Sosthène Guédon
2025-05-07 10:32:03 +02:00
parent 7782d3dfa3
commit 7d79423972
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -531,7 +531,7 @@ defines.BLOCK_COUNT = 'ERASE_COUNT'
defines.BLOCK_COUNT_2 = ['ERASE_COUNT/2', 'ERASE_COUNT/4', '2']
defines.KNOWN_BLOCK_COUNT = [true, false]
code = '''
#ifdef LFS_SHRINKIFCHEAP
#ifdef LFS_SHRINKNONRELOCATING
lfs_t lfs;
lfs_format(&lfs, cfg) => 0;