diff options
| author | Hierophect <hierophect@gmail.com> | 2019-10-02 18:18:52 -0400 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2019-10-02 18:18:52 -0400 |
| commit | 8a4bbae0772c7d5c536beef43a2c3af586404ad1 (patch) | |
| tree | af86fd294c25cd56997b1a50c5b6e195dc267fff /supervisor/shared | |
| parent | 5a6194839bebb356074fcc9f03a1107a6abdaa22 (diff) | |
Fix typo causing parsing error
Diffstat (limited to 'supervisor/shared')
| -rw-r--r-- | supervisor/shared/external_flash/devices.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/external_flash/devices.h b/supervisor/shared/external_flash/devices.h index 001e8efef..4e037574b 100644 --- a/supervisor/shared/external_flash/devices.h +++ b/supervisor/shared/external_flash/devices.h @@ -453,7 +453,7 @@ typedef struct { .capacity = 0x18, \ .max_clock_speed_mhz = 108, \ .quad_enable_bit_mask = 0x00, \ - .has_sector_protection = false, \ /*maybe?*/ + .has_sector_protection = false, \ .supports_fast_read = true, \ .supports_qspi = true, \ .supports_qspi_writes = true, \ |
