diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-01-29 16:05:19 -0500 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-01-29 16:05:19 -0500 |
| commit | b9bed98538fb236dc4fa300192c59bf03ac4743b (patch) | |
| tree | c1568c3d5ac89dd513aa7d6a1f953cbcf88c264f /shared-module | |
| parent | ab9483b7fb50db46d9cb6abe54641787f5acd7c9 (diff) | |
| parent | 8a9c3097e3f622d965dfd55b121c4cce6a66344c (diff) | |
Merge stm32-meowbit
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 |
