From d992ac7ae79b889fd5680a7e15a18301bd9dc778 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Sun, 3 Jun 2012 17:19:31 -0400 Subject: libmaple/dac.c: Generalize comment about PA4/PA5. Seems like this is true on F2 as well! Signed-off-by: Marti Bolivar --- libmaple/dac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmaple/dac.c') diff --git a/libmaple/dac.c b/libmaple/dac.c index f630ac0..83eb4bd 100644 --- a/libmaple/dac.c +++ b/libmaple/dac.c @@ -92,8 +92,8 @@ void dac_write_channel(const dac_dev *dev, uint8 channel, uint16 val) { */ void dac_enable_channel(const dac_dev *dev, uint8 channel) { /* - * Setup ANALOG mode on PA4 and PA5. This mapping is consistent across - * all STM32 chips with a DAC. See RM0008 12.2. + * Setup ANALOG mode on PA4 and PA5. This mapping is consistent + * across all supported STM32s with a DAC. */ switch (channel) { case 1: -- cgit v1.2.3