Skip to content

Commit

Permalink
Merge pull request #3838 from StackRduino/patch-1
Browse files Browse the repository at this point in the history
Update devices.h
  • Loading branch information
dhalbert authored Dec 18, 2020
2 parents 8f9cd70 + 70a9c60 commit 79658ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisor/shared/external_flash/devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ typedef struct {
.start_up_time_us = 800, \
.manufacturer_id = 0xc2, \
.memory_type = 0x28, \
.capacity = 0x18, \
.capacity = 0x15, \
.max_clock_speed_mhz = 33, /* 8 mhz for dual/quad */ \
.quad_enable_bit_mask = 0x80, \
.has_sector_protection = false, \
Expand Down

0 comments on commit 79658ad

Please sign in to comment.