From 7f74d92e3426fe755512b16614f2ba99ea220e41 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 27 Jan 2021 23:41:25 +0000 Subject: [PATCH] stm32:dac:doc: clarify availability on part families --- include/libopencm3/stm32/common/dac_common_all.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libopencm3/stm32/common/dac_common_all.h b/include/libopencm3/stm32/common/dac_common_all.h index 6508d899..093566cc 100644 --- a/include/libopencm3/stm32/common/dac_common_all.h +++ b/include/libopencm3/stm32/common/dac_common_all.h @@ -225,6 +225,7 @@ specific memorymap.h header before including this header file.*/ /* --- Function prototypes ------------------------------------------------- */ /** @defgroup dac_channel_id DAC Channel Identifier + * @note Not all parts have two channels, notably, some of the smaller F0's * @{ */ #define DAC_CHANNEL1 (1 << 0)