Skip to content

Commit 70a9c60

Browse files
authored
Update devices.h
Correct capacity value for the MX25R1635F from 0x18 to 0x15 (tested and working) refer to #3558
1 parent 68dd4b2 commit 70a9c60

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)