]> git.earman.xyz Git - sensor-watch.git/commitdiff
use gossamer 0.0.1
authorjoeycastillo <joeycastillo@utexas.edu>
Tue, 15 Oct 2024 01:19:09 +0000 (21:19 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Tue, 15 Oct 2024 01:19:09 +0000 (21:19 -0400)
gossamer
watch-library/hardware/watch/watch_spi.c

index 0bac9645bc2ba42e8e298234884768e726151025..d20b175402551f03ee886145b02e09295df99617 160000 (submodule)
--- a/gossamer
+++ b/gossamer
@@ -1 +1 @@
-Subproject commit 0bac9645bc2ba42e8e298234884768e726151025
+Subproject commit d20b175402551f03ee886145b02e09295df99617
index 9ff10d4c7894b962261b928a53519e90a516ef0b..e123fb0a4ff69f80ff7fe57a7d74df77b552513a 100644 (file)
@@ -26,7 +26,7 @@
 #include "spi.h"
 
 void watch_enable_spi(void) {
-    spi_init(SPI_MODE_3, 1000000);
+    spi_init(1000000);
     spi_enable();
 }