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

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();
}