mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 08:50:26 -04:00
Fix zsbl compilation with GCC 15
This commit is contained in:
parent
56e6749eec
commit
15a0d7dde9
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ void spi_set_clock(uint32_t clkin, uint32_t clkout) {
|
|||
}
|
||||
|
||||
// Initialize Sifive FU540 based SPI Controller
|
||||
void spi_init(uint32_t clkin) {
|
||||
void spi_init() {
|
||||
// Enable interrupts
|
||||
write_reg(SPI_IE, 0x3);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue