Skip to content

Commit 79658ad

Browse files
authored
Merge pull request #3838 from StackRduino/patch-1
Update devices.h
2 parents 8f9cd70 + 70a9c60 commit 79658ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/shared/external_flash/devices.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ typedef struct {
537537
.start_up_time_us = 800, \
538538
.manufacturer_id = 0xc2, \
539539
.memory_type = 0x28, \
540-
.capacity = 0x18, \
540+
.capacity = 0x15, \
541541
.max_clock_speed_mhz = 33, /* 8 mhz for dual/quad */ \
542542
.quad_enable_bit_mask = 0x80, \
543543
.has_sector_protection = false, \

0 commit comments

Comments
 (0)