Skip to content

Commit

Permalink
use gossamer 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Oct 15, 2024
1 parent 3233933 commit bc4c3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion watch-library/hardware/watch/watch_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "spi.h"

void watch_enable_spi(void) {
spi_init(SPI_MODE_3, 1000000);
spi_init(1000000);
spi_enable();
}

Expand Down

0 comments on commit bc4c3cb

Please sign in to comment.