summaryrefslogtreecommitdiff
path: root/supervisor/shared/external_flash/qspi_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'supervisor/shared/external_flash/qspi_flash.c')
-rw-r--r--supervisor/shared/external_flash/qspi_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/external_flash/qspi_flash.c b/supervisor/shared/external_flash/qspi_flash.c
index 48266540c..dc16f3465 100644
--- a/supervisor/shared/external_flash/qspi_flash.c
+++ b/supervisor/shared/external_flash/qspi_flash.c
@@ -28,7 +28,7 @@
#include "supervisor/shared/external_flash/common_commands.h"
-void check_quad_enable(const external_flash_device* device) {
+void check_quad_enable(const external_flash_device *device) {
if (device->quad_enable_bit_mask == 0x00) {
return;
}