stm32/boards/NUCLEO_H743ZI: Enable RNG for this board.

This commit is contained in:
iabdalkader 2018-04-14 00:11:46 +02:00 committed by Damien George
parent 70a6a15f8c
commit d870a4e835

View File

@ -2,6 +2,7 @@
#define MICROPY_HW_MCU_NAME "STM32H743"
#define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_RNG (1)
#define MICROPY_HW_ENABLE_ADC (0)
#define MICROPY_HW_ENABLE_DAC (1)
#define MICROPY_HW_ENABLE_USB (1)