Fix openbook build

This commit is contained in:
Scott Shawcroft 2020-10-27 13:58:23 -07:00
parent d86c6a74a4
commit 54c0e98a37
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -97,7 +97,8 @@ void board_init(void) {
&pin_PA01, // busy_pin
false, // busy_state
5, // seconds_per_frame
false); // chip_select (don't always toggle chip select)
false, // chip_select (don't always toggle chip select)
false); // grayscale
}
bool board_requests_safe_mode(void) {