From b1839265f98f463a3a8bd95f2781efbc11550bc1 Mon Sep 17 00:00:00 2001 From: Matthew Lai Date: Sun, 26 Feb 2017 20:46:27 +0000 Subject: [PATCH] stm32: syscfg: fixed copy and paste error in comment --- include/libopencm3/stm32/common/syscfg_common_l1f234.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libopencm3/stm32/common/syscfg_common_l1f234.h b/include/libopencm3/stm32/common/syscfg_common_l1f234.h index 2b41c95c..776e12da 100644 --- a/include/libopencm3/stm32/common/syscfg_common_l1f234.h +++ b/include/libopencm3/stm32/common/syscfg_common_l1f234.h @@ -23,8 +23,8 @@ * along with this library. If not, see . */ -/* THIS FILE SHOULD NOT BE INCLUDED DIRECTLY, BUT ONLY VIA SPI.H -The order of header inclusion is important. spi.h includes the device +/* THIS FILE SHOULD NOT BE INCLUDED DIRECTLY, BUT ONLY VIA SYSCFG.H +The order of header inclusion is important. syscfg.h includes the device specific memorymap.h header before including this header file.*/ /** @cond */