Skip to content

Commit

Permalink
Fix typo in flash device definition
Browse files Browse the repository at this point in the history
This was a typo from a previous PR. This fixes the invalid struct.
  • Loading branch information
bobobo1618 authored Dec 22, 2023
1 parent 4cbe305 commit 8d24030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flash_devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ typedef struct {
.total_size = (1 << 21), /* 2 MiB */ \
.start_up_time_us = 5000, .manufacturer_id = 0x85, \
.memory_type = 0x60, .capacity = 0x15, \
.max_clock_speed_mhz = 104.quad_enable_bit_mask = 0x02, \
.max_clock_speed_mhz = 104, .quad_enable_bit_mask = 0x02, \
.has_sector_protection = false, .supports_fast_read = true, \
.supports_qspi = true, .supports_qspi_writes = true, \
.write_status_register_split = false, .single_status_byte = false, \
Expand Down

0 comments on commit 8d24030

Please sign in to comment.