diff options
-rw-r--r-- | libmaple/dac.c | 4 |
1 files changed, 2 insertions, 2 deletions
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: |