Skip to content

Commit 9e66f71

Browse files
committed
Fix build error for \!DISPLAY
1 parent 0bec391 commit 9e66f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-module/board/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ void reset_board_busses(void) {
164164
break;
165165
}
166166
#endif
167-
#endif
168167
}
168+
#endif
169169
if (!display_using_spi) {
170170
spi_singleton = NULL;
171171
}

0 commit comments

Comments
 (0)