diff options
| author | hierophect <hierophect@gmail.com> | 2019-10-03 15:32:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-03 15:32:56 -0400 |
| commit | f4922a530a06ed62523ae333eab90fee6145fc46 (patch) | |
| tree | 7c74c6845543e9d18ad43a91c1b18a31ac849105 /supervisor | |
| parent | 68273545275f4ba782e0965abba0f03be82340d8 (diff) | |
| parent | eacdb1da6e91f9f02b552e51e3809001408cfc95 (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.h | 1 |
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 |
