diff options
Diffstat (limited to 'os/hal/templates')
-rw-r--r-- | os/hal/templates/adc_lld.c | 2 | ||||
-rw-r--r-- | os/hal/templates/adc_lld.h | 2 | ||||
-rw-r--r-- | os/hal/templates/can_lld.c | 2 | ||||
-rw-r--r-- | os/hal/templates/can_lld.h | 2 | ||||
-rw-r--r-- | os/hal/templates/hal_lld.c | 2 | ||||
-rw-r--r-- | os/hal/templates/hal_lld.h | 2 | ||||
-rw-r--r-- | os/hal/templates/mac_lld.c | 2 | ||||
-rw-r--r-- | os/hal/templates/mac_lld.h | 2 | ||||
-rw-r--r-- | os/hal/templates/meta/driver_lld.c | 2 | ||||
-rw-r--r-- | os/hal/templates/meta/driver_lld.h | 2 | ||||
-rw-r--r-- | os/hal/templates/pal_lld.c | 2 | ||||
-rw-r--r-- | os/hal/templates/pal_lld.h | 2 | ||||
-rw-r--r-- | os/hal/templates/pwm_lld.c | 2 | ||||
-rw-r--r-- | os/hal/templates/pwm_lld.h | 2 | ||||
-rw-r--r-- | os/hal/templates/serial_lld.c | 2 | ||||
-rw-r--r-- | os/hal/templates/serial_lld.h | 2 | ||||
-rw-r--r-- | os/hal/templates/spi_lld.c | 2 | ||||
-rw-r--r-- | os/hal/templates/spi_lld.h | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/os/hal/templates/adc_lld.c b/os/hal/templates/adc_lld.c index dc68ef64a..26c7f8945 100644 --- a/os/hal/templates/adc_lld.c +++ b/os/hal/templates/adc_lld.c @@ -19,7 +19,7 @@ /**
* @file templates/adc_lld.c
- * @brief ADC Driver subsystem low level driver source template
+ * @brief ADC Driver subsystem low level driver source template.
* @addtogroup ADC_LLD
* @{
*/
diff --git a/os/hal/templates/adc_lld.h b/os/hal/templates/adc_lld.h index 1cacf2ac9..2ebbc9cf5 100644 --- a/os/hal/templates/adc_lld.h +++ b/os/hal/templates/adc_lld.h @@ -19,7 +19,7 @@ /**
* @file templates/adc_lld.h
- * @brief ADC Driver subsystem low level driver header template
+ * @brief ADC Driver subsystem low level driver header template.
* @addtogroup ADC_LLD
* @{
*/
diff --git a/os/hal/templates/can_lld.c b/os/hal/templates/can_lld.c index 792c4f888..8fd0cbc94 100644 --- a/os/hal/templates/can_lld.c +++ b/os/hal/templates/can_lld.c @@ -19,7 +19,7 @@ /**
* @file templates/can_lld.c
- * @brief CAN Driver subsystem low level driver source template
+ * @brief CAN Driver subsystem low level driver source template.
* @addtogroup CAN_LLD
* @{
*/
diff --git a/os/hal/templates/can_lld.h b/os/hal/templates/can_lld.h index 9b1124a18..5b41536e1 100644 --- a/os/hal/templates/can_lld.h +++ b/os/hal/templates/can_lld.h @@ -19,7 +19,7 @@ /**
* @file templates/can_lld.h
- * @brief CAN Driver subsystem low level driver header template
+ * @brief CAN Driver subsystem low level driver header template.
* @addtogroup CAN_LLD
* @{
*/
diff --git a/os/hal/templates/hal_lld.c b/os/hal/templates/hal_lld.c index 103645b38..f4ce6d740 100644 --- a/os/hal/templates/hal_lld.c +++ b/os/hal/templates/hal_lld.c @@ -19,7 +19,7 @@ /**
* @file templates/hal_lld.c
- * @brief HAL Driver subsystem low level driver source template
+ * @brief HAL Driver subsystem low level driver source template.
* @addtogroup HAL_LLD
* @{
*/
diff --git a/os/hal/templates/hal_lld.h b/os/hal/templates/hal_lld.h index e8ab84e0a..054189d63 100644 --- a/os/hal/templates/hal_lld.h +++ b/os/hal/templates/hal_lld.h @@ -19,7 +19,7 @@ /**
* @file templates/hal_lld.h
- * @brief HAL subsystem low level driver header template
+ * @brief HAL subsystem low level driver header template.
* @addtogroup HAL_LLD
* @{
*/
diff --git a/os/hal/templates/mac_lld.c b/os/hal/templates/mac_lld.c index cd859fff4..29d869a63 100644 --- a/os/hal/templates/mac_lld.c +++ b/os/hal/templates/mac_lld.c @@ -19,7 +19,7 @@ /**
* @file templates/mac_lld.c
- * @brief MAC Driver subsystem low level driver source template
+ * @brief MAC Driver subsystem low level driver source template.
* @addtogroup MAC_LLD
* @{
*/
diff --git a/os/hal/templates/mac_lld.h b/os/hal/templates/mac_lld.h index 82e88280d..41cef6dba 100644 --- a/os/hal/templates/mac_lld.h +++ b/os/hal/templates/mac_lld.h @@ -19,7 +19,7 @@ /**
* @file templates/mac_lld.h
- * @brief MAC Driver subsystem low level driver header template
+ * @brief MAC Driver subsystem low level driver header template.
* @addtogroup MAC_LLD
* @{
*/
diff --git a/os/hal/templates/meta/driver_lld.c b/os/hal/templates/meta/driver_lld.c index 012ef1c56..4cd5dc7c1 100644 --- a/os/hal/templates/meta/driver_lld.c +++ b/os/hal/templates/meta/driver_lld.c @@ -19,7 +19,7 @@ /**
* @file templates/xxx_lld.c
- * @brief XXX Driver subsystem low level driver source template
+ * @brief XXX Driver subsystem low level driver source template.
* @addtogroup XXX_LLD
* @{
*/
diff --git a/os/hal/templates/meta/driver_lld.h b/os/hal/templates/meta/driver_lld.h index c2fa670cb..ba85041e8 100644 --- a/os/hal/templates/meta/driver_lld.h +++ b/os/hal/templates/meta/driver_lld.h @@ -19,7 +19,7 @@ /**
* @file templates/xxx_lld.h
- * @brief XXX Driver subsystem low level driver header template
+ * @brief XXX Driver subsystem low level driver header template.
* @addtogroup XXX_LLD
* @{
*/
diff --git a/os/hal/templates/pal_lld.c b/os/hal/templates/pal_lld.c index 69417b24c..da94f8c3c 100644 --- a/os/hal/templates/pal_lld.c +++ b/os/hal/templates/pal_lld.c @@ -19,7 +19,7 @@ /**
* @file templates/pal_lld.c
- * @brief PAL subsystem low level driver template
+ * @brief PAL subsystem low level driver template.
* @addtogroup PAL_LLD
* @{
*/
diff --git a/os/hal/templates/pal_lld.h b/os/hal/templates/pal_lld.h index 2412ee294..c19aab1de 100644 --- a/os/hal/templates/pal_lld.h +++ b/os/hal/templates/pal_lld.h @@ -19,7 +19,7 @@ /**
* @file templates/pal_lld.h
- * @brief PAL subsystem low level driver header template
+ * @brief PAL subsystem low level driver header template.
* @addtogroup PAL_LLD
* @{
*/
diff --git a/os/hal/templates/pwm_lld.c b/os/hal/templates/pwm_lld.c index 18d03d68c..2c1d26070 100644 --- a/os/hal/templates/pwm_lld.c +++ b/os/hal/templates/pwm_lld.c @@ -19,7 +19,7 @@ /**
* @file templates/pwm_lld.c
- * @brief PWM Driver subsystem low level driver source template
+ * @brief PWM Driver subsystem low level driver source template.
* @addtogroup PWM_LLD
* @{
*/
diff --git a/os/hal/templates/pwm_lld.h b/os/hal/templates/pwm_lld.h index 8e57830f6..41f8a5ac7 100644 --- a/os/hal/templates/pwm_lld.h +++ b/os/hal/templates/pwm_lld.h @@ -19,7 +19,7 @@ /**
* @file templates/pwm_lld.h
- * @brief PWM Driver subsystem low level driver header template
+ * @brief PWM Driver subsystem low level driver header template.
* @addtogroup PWM_LLD
* @{
*/
diff --git a/os/hal/templates/serial_lld.c b/os/hal/templates/serial_lld.c index 4b6164c2e..bd1a416c6 100644 --- a/os/hal/templates/serial_lld.c +++ b/os/hal/templates/serial_lld.c @@ -19,7 +19,7 @@ /**
* @file templates/serial_lld.c
- * @brief Serial Driver subsystem low level driver source template
+ * @brief Serial Driver subsystem low level driver source template.
* @addtogroup SERIAL_LLD
* @{
*/
diff --git a/os/hal/templates/serial_lld.h b/os/hal/templates/serial_lld.h index a0874c5e7..43ba1bdda 100644 --- a/os/hal/templates/serial_lld.h +++ b/os/hal/templates/serial_lld.h @@ -19,7 +19,7 @@ /**
* @file templates/serial_lld.h
- * @brief Serial Driver subsystem low level driver header template
+ * @brief Serial Driver subsystem low level driver header template.
* @addtogroup SERIAL_LLD
* @{
*/
diff --git a/os/hal/templates/spi_lld.c b/os/hal/templates/spi_lld.c index 67e337f9f..f539a02f3 100644 --- a/os/hal/templates/spi_lld.c +++ b/os/hal/templates/spi_lld.c @@ -19,7 +19,7 @@ /**
* @file templates/spi_lld.c
- * @brief SPI Driver subsystem low level driver source template
+ * @brief SPI Driver subsystem low level driver source template.
* @addtogroup SPI_LLD
* @{
*/
diff --git a/os/hal/templates/spi_lld.h b/os/hal/templates/spi_lld.h index b66d6cd70..0bdeee018 100644 --- a/os/hal/templates/spi_lld.h +++ b/os/hal/templates/spi_lld.h @@ -19,7 +19,7 @@ /**
* @file templates/spi_lld.h
- * @brief SPI Driver subsystem low level driver header template
+ * @brief SPI Driver subsystem low level driver header template.
* @addtogroup SPI_LLD
* @{
*/
|