Skip to content

Commit 20d239c

Browse files
committed
stmhal: Enable DAC on STM32F4DISC.
Addresses issue adafruit#987.
1 parent 4a1c80c commit 20d239c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stmhal/boards/STM32F4DISC/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define MICROPY_HW_ENABLE_RTC (1)
1313
#define MICROPY_HW_ENABLE_TIMER (1)
1414
#define MICROPY_HW_ENABLE_SERVO (0)
15-
#define MICROPY_HW_ENABLE_DAC (0)
15+
#define MICROPY_HW_ENABLE_DAC (1)
1616
#define MICROPY_HW_ENABLE_I2C1 (1)
1717
#define MICROPY_HW_ENABLE_SPI1 (1)
1818
#define MICROPY_HW_ENABLE_SPI3 (0)

0 commit comments

Comments
 (0)