From: joeycastillo Date: Tue, 15 Oct 2024 01:19:09 +0000 (-0400) Subject: use gossamer 0.0.1 X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=bc4c3cbd38e7b19bd7bb69901a4753870f5e7271;p=sensor-watch.git use gossamer 0.0.1 --- diff --git a/gossamer b/gossamer index 0bac964..d20b175 160000 --- a/gossamer +++ b/gossamer @@ -1 +1 @@ -Subproject commit 0bac9645bc2ba42e8e298234884768e726151025 +Subproject commit d20b175402551f03ee886145b02e09295df99617 diff --git a/watch-library/hardware/watch/watch_spi.c b/watch-library/hardware/watch/watch_spi.c index 9ff10d4..e123fb0 100644 --- a/watch-library/hardware/watch/watch_spi.c +++ b/watch-library/hardware/watch/watch_spi.c @@ -26,7 +26,7 @@ #include "spi.h" void watch_enable_spi(void) { - spi_init(SPI_MODE_3, 1000000); + spi_init(1000000); spi_enable(); }