Browse Source

stm32/boards/NUCLEO_H743ZI: Enable ADC peripheral.

pull/3730/merge
iabdalkader 7 years ago
committed by Damien George
parent
commit
28c9824c51
  1. 2
      ports/stm32/boards/NUCLEO_H743ZI/mpconfigboard.h

2
ports/stm32/boards/NUCLEO_H743ZI/mpconfigboard.h

@ -3,7 +3,7 @@
#define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_RNG (1)
#define MICROPY_HW_ENABLE_ADC (0)
#define MICROPY_HW_ENABLE_ADC (1)
#define MICROPY_HW_ENABLE_DAC (1)
#define MICROPY_HW_ENABLE_USB (1)
#define MICROPY_HW_HAS_SWITCH (1)

Loading…
Cancel
Save