diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-27 10:51:15 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-27 10:51:15 -0500 |
commit | 14e4562b7a44ab6882180b69145665d4920769ac (patch) | |
tree | 89506572890224a498383b748d620e80839208c3 /watch-library/shared/watch/watch_uart.h | |
parent | 29fa6052831f8d26815405d4652b5799e3c74147 (diff) | |
download | Sensor-Watch-14e4562b7a44ab6882180b69145665d4920769ac.tar.gz Sensor-Watch-14e4562b7a44ab6882180b69145665d4920769ac.tar.bz2 Sensor-Watch-14e4562b7a44ab6882180b69145665d4920769ac.zip |
add SPI to the index
Diffstat (limited to 'watch-library/shared/watch/watch_uart.h')
-rw-r--r-- | watch-library/shared/watch/watch_uart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/shared/watch/watch_uart.h b/watch-library/shared/watch/watch_uart.h index 04a53e4e..79fcd53a 100644 --- a/watch-library/shared/watch/watch_uart.h +++ b/watch-library/shared/watch/watch_uart.h @@ -27,7 +27,7 @@ #include "watch.h" -/** @addtogroup debug UART +/** @addtogroup uart UART * @brief This section covers functions related to the UART peripheral. **/ /// @{ |