diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-02-12 14:30:29 -0500 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-02-12 14:30:29 -0500 |
| commit | 7831c475b9f38d8db8e2b8b62bc110f99185b8cb (patch) | |
| tree | 04708ac7fe2debec8f82f4897c7066748a52df9b /shared-module | |
| parent | b4c60c3355ca410809c842d7d129f54b60222338 (diff) | |
change flag styling
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 efa61265e..daf7a2046 100644 --- a/shared-module/displayio/__init__.c +++ b/shared-module/displayio/__init__.c @@ -103,7 +103,7 @@ void reset_displays(void) { continue; } #endif - #ifdef BOARD_USE_INTERNAL_SPI + #if (BOARD_USE_INTERNAL_SPI) if (original_spi == (mp_obj_t)(&supervisor_flash_spi_bus)) { continue; } |
