summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/stm32/adc-stm32l4.c2
-rw-r--r--chip/stm32/i2c-stm32l4.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/chip/stm32/adc-stm32l4.c b/chip/stm32/adc-stm32l4.c
index 7d769d8f7c..23a49e2908 100644
--- a/chip/stm32/adc-stm32l4.c
+++ b/chip/stm32/adc-stm32l4.c
@@ -3,6 +3,8 @@
* found in the LICENSE file.
*/
+/* ADC drivers for STM32L4xx as well as STM32L5xx. */
+
#include "adc.h"
#include "clock.h"
#include "common.h"
diff --git a/chip/stm32/i2c-stm32l4.c b/chip/stm32/i2c-stm32l4.c
index bb24a8a50f..db0077c275 100644
--- a/chip/stm32/i2c-stm32l4.c
+++ b/chip/stm32/i2c-stm32l4.c
@@ -3,6 +3,8 @@
* found in the LICENSE file.
*/
+/* I2C drivers for STM32L4xx as well as STM32L5xx. */
+
#include "builtin/assert.h"
#include "chipset.h"
#include "clock.h"