Skip to content

Commit d877e3c

Browse files
committed
changed the size to 1 to solve problems with MBR class
Former-commit-id: 19710d4
1 parent b697a80 commit d877e3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/PORTENTA_H33/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ static const uint8_t SS = PIN_SPI_CS;
165165
#define HAS_QSPI
166166

167167
#define QSPI_TOTAL_SIZE (0x1000000)
168-
#define QSPI_READ_BLOCK_SIZE (0x100)
168+
#define QSPI_READ_BLOCK_SIZE (0x1)
169169
#define QSPI_ERASE_BLOCK_SIZE (0x1000)
170-
#define QSPI_WRITE_BLOCK_SIZE (0x100)
170+
#define QSPI_WRITE_BLOCK_SIZE (0x1)
171171

172172
#define HAS_SDHI
173173

0 commit comments

Comments
 (0)