Skip to content

Commit 8a4bbae

Browse files
committed
Fix typo causing parsing error
1 parent 5a61948 commit 8a4bbae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

supervisor/shared/external_flash/devices.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ typedef struct {
453453
.capacity = 0x18, \
454454
.max_clock_speed_mhz = 108, \
455455
.quad_enable_bit_mask = 0x00, \
456-
.has_sector_protection = false, \ /*maybe?*/
456+
.has_sector_protection = false, \
457457
.supports_fast_read = true, \
458458
.supports_qspi = true, \
459459
.supports_qspi_writes = true, \

0 commit comments

Comments
 (0)