STM32H750VB_Bootloader/Core/Inc/flash_config.h

7 lines
106 B
C
Raw Normal View History

2020-12-20 16:04:43 +00:00
#ifndef __FLASH_CONFIG_H
#define __FLASH_CONFIG_H
#define USE_QPI_MODE 1
#define QPI_HIGH_SPEED 0
#endif