diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-02-12 15:12:05 -0500 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-02-12 15:12:05 -0500 |
| commit | fd2982f5c951b7a61ab82e6a103c7a060affd50c (patch) | |
| tree | 02769c91953a1217fb41659e9587eec5129d5896 /shared-module | |
| parent | 6d91ed21563bd72938d7e5e6aa5d23265429d56f (diff) | |
revert cross-board flag strategy
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 daf7a2046..efa61265e 100644 --- a/shared-module/displayio/__init__.c +++ b/shared-module/displayio/__init__.c @@ -103,7 +103,7 @@ void reset_displays(void) { continue; } #endif - #if (BOARD_USE_INTERNAL_SPI) + #ifdef BOARD_USE_INTERNAL_SPI if (original_spi == (mp_obj_t)(&supervisor_flash_spi_bus)) { continue; } |
