mirror of
				https://github.com/eledio-devices/thirdparty-littlefs.git
				synced 2025-10-31 16:14:16 +01:00 
			
		
		
		
	Squash of thread-safe PR cleanup
- expand functions - add comment - rename functions - fix locking issue in format and mount - use global include - fix ac6 linker issue - use the global config file - address review comments - minor cleanup - minor cleanup - review comments
This commit is contained in:
		
				
					committed by
					
						 Christopher Haster
						Christopher Haster
					
				
			
			
				
	
			
			
			
						parent
						
							10ac6b9cf0
						
					
				
				
					commit
					d0f055d321
				
			| @@ -43,8 +43,9 @@ extern "C" | ||||
| { | ||||
| #endif | ||||
|  | ||||
| #ifndef LFS_THREAD_SAFE | ||||
| #define LFS_THREAD_SAFE 0 | ||||
| // Enables thread-safe wrappers using the lock/unlock callbacks in lfs_config | ||||
| #ifndef LFS_THREADSAFE | ||||
| #define LFS_THREADSAFE 0 | ||||
| #endif | ||||
|  | ||||
| // Macros, may be replaced by system specific wrappers. Arguments to these | ||||
|   | ||||
		Reference in New Issue
	
	Block a user