use gossamer 0.0.1

This commit is contained in:
joeycastillo 2024-10-14 21:19:09 -04:00
parent 323393355c
commit bc4c3cbd38
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 0bac9645bc2ba42e8e298234884768e726151025
Subproject commit d20b175402551f03ee886145b02e09295df99617

View File

@ -26,7 +26,7 @@
#include "spi.h"
void watch_enable_spi(void) {
spi_init(SPI_MODE_3, 1000000);
spi_init(1000000);
spi_enable();
}