mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	FATFS: fix system crash when mounting more than 2 volumes
* Fixes https://github.com/espressif/esp-idf/issues/7513
This commit is contained in:
		@@ -65,7 +65,7 @@ typedef struct {
 | 
			
		||||
	BYTE pd;	/* Physical drive number */
 | 
			
		||||
	BYTE pt;	/* Partition: 0:Auto detect, 1-4:Forced partition) */
 | 
			
		||||
} PARTITION;
 | 
			
		||||
extern PARTITION VolToPart[];	/* Volume - Partition resolution table */
 | 
			
		||||
extern const PARTITION VolToPart[];	/* Volume - Partition resolution table */
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if FF_STR_VOLUME_ID
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user