boards/NICLAV: Fix power supply mode.

This commit is contained in:
iabdalkader 2022-04-19 16:14:25 +02:00
parent cea7219e43
commit 8fad0377d0

View File

@ -134,7 +134,7 @@
#define OMV_FLASH_LATENCY (FLASH_LATENCY_2)
// Power supply configuration
#define OMV_PWR_SUPPLY (PWR_SMPS_1V8_SUPPLIES_LDO)
#define OMV_PWR_SUPPLY (PWR_LDO_SUPPLY)
// Linker script constants (see the linker script template stm32fxxx.ld.S).
// Note: fb_alloc is a stack-based, dynamically allocated memory on FB.