From 8a4bbae0772c7d5c536beef43a2c3af586404ad1 Mon Sep 17 00:00:00 2001 From: Hierophect Date: Wed, 2 Oct 2019 18:18:52 -0400 Subject: Fix typo causing parsing error --- supervisor/shared/external_flash/devices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'supervisor') 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, \ -- cgit v1.2.3