diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-01-28 17:11:25 -0500 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-01-28 17:11:25 -0500 |
| commit | 3c8600554654926fe88d65fc0b5d668c0bea476a (patch) | |
| tree | a7ad0c6d6d27b5d4e77e8d8abfe3d3c8ad5a35ab /shared-module | |
| parent | b5b94b72c1cef10de16d4c30761791238ce204da (diff) | |
Implement requested changes
Diffstat (limited to 'shared-module')
| -rw-r--r-- | shared-module/displayio/__init__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-module/displayio/__init__.c b/shared-module/displayio/__init__.c index 8d9f14883..efa61265e 100644 --- a/shared-module/displayio/__init__.c +++ b/shared-module/displayio/__init__.c @@ -104,7 +104,7 @@ void reset_displays(void) { } #endif #ifdef BOARD_USE_INTERNAL_SPI - if (original_spi == (mp_obj_t)(&spi)) { + if (original_spi == (mp_obj_t)(&supervisor_flash_spi_bus)) { continue; } #endif |
