Skip to content
Snippets Groups Projects
Commit d870a4e8 authored by iabdalkader's avatar iabdalkader Committed by Damien George
Browse files

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

parent 70a6a15f
Branches
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment