aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/stm32f2-f4/boards_setup.cpp
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2015-06-13 19:14:07 -0700
committerbnewbold <bnewbold@robocracy.org>2015-06-13 20:28:01 -0700
commiteaabec0a91967b40b9fbcabfd3399f1e33fb7c4c (patch)
tree7e8a861e4b959176f801865e0fad8d848ca06944 /wirish/stm32f2-f4/boards_setup.cpp
parenteac2fbb9738ac649febc97ecb8f718b6b735457e (diff)
downloadlibrambutan-eaabec0a91967b40b9fbcabfd3399f1e33fb7c4c.tar.gz
librambutan-eaabec0a91967b40b9fbcabfd3399f1e33fb7c4c.zip
stm32f2-f4: refactor wirish doxygen paths and comments
Diffstat (limited to 'wirish/stm32f2-f4/boards_setup.cpp')
-rw-r--r--wirish/stm32f2-f4/boards_setup.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/wirish/stm32f2-f4/boards_setup.cpp b/wirish/stm32f2-f4/boards_setup.cpp
index 1591e17..fdd6f27 100644
--- a/wirish/stm32f2-f4/boards_setup.cpp
+++ b/wirish/stm32f2-f4/boards_setup.cpp
@@ -25,12 +25,12 @@
*****************************************************************************/
/**
- * @file wirish/stm32f2/boards_setup.cpp
+ * @file wirish/stm32f2-f4/boards_setup.cpp
* @author Marti Bolivar <mbolivar@leaflabs.com>
- * @brief STM32F2 chip setup.
+ * @brief STM32F2-F4 chip setup.
*
- * This file controls how init() behaves on the STM32F2. Be very
- * careful when changing anything here. Many of these values depend
+ * This file controls how init() behaves on the STM32F2 through STM32F4.
+ * Be very careful when changing anything here. Many of these values depend
* upon each other.
*/