mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
boards/NICLAV: Fix power supply mode.
This commit is contained in:
parent
cea7219e43
commit
8fad0377d0
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user