diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-02-18 00:05:57 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-02-18 00:05:57 -0500 |
commit | df2cc7e94f91a15a41c36935875f6f9be42cdabd (patch) | |
tree | 63add75f7e9435d2a569f173e35eb9957dd73b04 /watch-library/shared/config | |
parent | 0c59c972e7296ac8c23049e713da9350a9af39a5 (diff) | |
download | Sensor-Watch-df2cc7e94f91a15a41c36935875f6f9be42cdabd.tar.gz Sensor-Watch-df2cc7e94f91a15a41c36935875f6f9be42cdabd.tar.bz2 Sensor-Watch-df2cc7e94f91a15a41c36935875f6f9be42cdabd.zip |
WIP accelerometer logging to flash
Diffstat (limited to 'watch-library/shared/config')
-rw-r--r-- | watch-library/shared/config/hpl_sercom_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/shared/config/hpl_sercom_config.h b/watch-library/shared/config/hpl_sercom_config.h index 6df4b08e..24525fbe 100644 --- a/watch-library/shared/config/hpl_sercom_config.h +++ b/watch-library/shared/config/hpl_sercom_config.h @@ -172,7 +172,7 @@ // <i> The SPI data transfer rate // <id> spi_master_baud_rate #ifndef CONF_SERCOM_3_SPI_BAUD -#define CONF_SERCOM_3_SPI_BAUD 50000 +#define CONF_SERCOM_3_SPI_BAUD 1000000 #endif // </h> |