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.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/** @defgroup iwdg_defines IWDG Defines
|
||||
|
||||
@brief <b>Defined Constants and Types for the STM32F1xx Independent Watchdog Timer</b>
|
||||
@brief <b>Defined Constants and Types for the STM32F1xx Independent Watchdog
|
||||
Timer</b>
|
||||
|
||||
@ingroup STM32F1xx_defines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user