mirror of
				https://github.com/eledio-devices/thirdparty-littlefs.git
				synced 2025-10-31 16:14:16 +01:00 
			
		
		
		
	fix ac6 linker issue
This commit is contained in:
		
							
								
								
									
										5
									
								
								lfs.c
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								lfs.c
									
									
									
									
									
								
							| @@ -5287,6 +5287,9 @@ int lfs_fs_traverse_ts(lfs_t *lfs, int (*cb)(void*, lfs_block_t), void *data) | |||||||
|  |  | ||||||
|     return err; |     return err; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #ifdef LFS_MIGRATE | ||||||
|  |  | ||||||
| int lfs_migrate_ts(lfs_t *lfs, const struct lfs_config *cfg) | int lfs_migrate_ts(lfs_t *lfs, const struct lfs_config *cfg) | ||||||
| { | { | ||||||
|     int err = lfs->cfg->lock(lfs->cfg); |     int err = lfs->cfg->lock(lfs->cfg); | ||||||
| @@ -5300,4 +5303,6 @@ int lfs_migrate_ts(lfs_t *lfs, const struct lfs_config *cfg) | |||||||
|  |  | ||||||
|     return err; |     return err; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #endif | ||||||
| #endif | #endif | ||||||
		Reference in New Issue
	
	Block a user