Skip to content

Commit

Permalink
Fix SPI base clock rate
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Oct 20, 2023
1 parent c2fad05 commit 77949c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ void spi_reset(void) {
spi_set_device_funcs();

sched.items[SCHED_SPI].callback.event = spi_event;
sched.items[SCHED_SPI].clock = CLOCK_12M;
sched.items[SCHED_SPI].clock = CLOCK_24M;
sched_clear(SCHED_SPI);
}

Expand Down

0 comments on commit 77949c0

Please sign in to comment.