correct adafruit flash size for itsybitsy and qt rp2040 (#348)
from 4 MB to 8 MB
This commit is contained in:
		@ -80,7 +80,7 @@
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef PICO_FLASH_SIZE_BYTES
 | 
					#ifndef PICO_FLASH_SIZE_BYTES
 | 
				
			||||||
#define PICO_FLASH_SIZE_BYTES (4 * 1024 * 1024)
 | 
					#define PICO_FLASH_SIZE_BYTES (8 * 1024 * 1024)
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// All boards have B1 RP2040
 | 
					// All boards have B1 RP2040
 | 
				
			||||||
 | 
				
			|||||||
@ -79,7 +79,7 @@
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef PICO_FLASH_SIZE_BYTES
 | 
					#ifndef PICO_FLASH_SIZE_BYTES
 | 
				
			||||||
#define PICO_FLASH_SIZE_BYTES (4 * 1024 * 1024)
 | 
					#define PICO_FLASH_SIZE_BYTES (8 * 1024 * 1024)
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// All boards have B1 RP2040
 | 
					// All boards have B1 RP2040
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user