Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Esden-Tempski <piotr@esden.net>2013-06-13 04:44:07 +0400
committerPiotr Esden-Tempski <piotr@esden.net>2013-06-13 05:22:56 +0400
commit7df63fcae0efa62f60f726b3878f1c93506647c3 (patch)
tree70e762d48192ce740856c976da5c35087213eb9a /include/libopencm3/stm32/common/timer_common_f24.h
parent48e0f3326b8f23787adb41b6c2192d77f2ef5e08 (diff)
First coarse run to fix coding style in locm3.
Added --terse and --mailback options to the make stylecheck target. It also does continue even if it enounters a possible error. We decided on two exceptions from the linux kernel coding standard: - Empty wait while loops may end with ; on the same line. - All blocks after while, if, for have to be in brackets even if they only contain one statement. Otherwise it is easy to introduce an error. Checkpatch needs to be adapted to reflect those changes.
Diffstat (limited to 'include/libopencm3/stm32/common/timer_common_f24.h')
-rw-r--r--include/libopencm3/stm32/common/timer_common_f24.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libopencm3/stm32/common/timer_common_f24.h b/include/libopencm3/stm32/common/timer_common_f24.h
index b42960c5..b929d564 100644
--- a/include/libopencm3/stm32/common/timer_common_f24.h
+++ b/include/libopencm3/stm32/common/timer_common_f24.h
@@ -23,7 +23,7 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-/* THIS FILE SHOULD NOT BE INCLUDED DIRECTLY, BUT ONLY VIA TIMER.H
+/* THIS FILE SHOULD NOT BE INCLUDED DIRECTLY, BUT ONLY VIA TIMER.H
The order of header inclusion is important. timer.h includes the device
specific memorymap.h header before including this header file.*/
@@ -106,7 +106,7 @@ END_DECLS
#endif
/** @cond */
#else
-#warning "timer_common_f24.h should not be included explicitly, only via timer.h"
+#warning "timer_common_f24.h should not be included directly, only via timer.h"
#endif
/** @endcond */