summaryrefslogtreecommitdiff
path: root/supervisor
diff options
context:
space:
mode:
authorhierophect <hierophect@gmail.com>2019-10-03 15:32:56 -0400
committerGitHub <noreply@github.com>2019-10-03 15:32:56 -0400
commitf4922a530a06ed62523ae333eab90fee6145fc46 (patch)
tree7c74c6845543e9d18ad43a91c1b18a31ac849105 /supervisor
parent68273545275f4ba782e0965abba0f03be82340d8 (diff)
parenteacdb1da6e91f9f02b552e51e3809001408cfc95 (diff)
Merge pull request #2186 from hierophect/stm32-spi-flash
STM32: SPI Flash
Diffstat (limited to 'supervisor')
-rw-r--r--supervisor/shared/external_flash/devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/supervisor/shared/external_flash/devices.h b/supervisor/shared/external_flash/devices.h
index e787ba739..4de22719a 100644
--- a/supervisor/shared/external_flash/devices.h
+++ b/supervisor/shared/external_flash/devices.h
@@ -442,4 +442,5 @@ typedef struct {
.write_status_register_split = false, \
.single_status_byte = false, \
}
+
#endif // MICROPY_INCLUDED_ATMEL_SAMD_EXTERNAL_FLASH_DEVICES_H