[DeviceDriver] Fix a build error for SFUD.

This commit is contained in:
armink 2018-11-24 16:42:43 +08:00
parent 3a3da42738
commit 31fc754805
1 changed files with 2 additions and 0 deletions

View File

@ -256,8 +256,10 @@ static sfud_err hardware_init(sfud_flash *flash) {
return result;
}
#ifdef SFUD_USING_QSPI
/* set default read instruction */
flash->read_cmd_format.instruction = SFUD_CMD_READ_DATA;
#endif /* SFUD_USING_QSPI */
/* SPI write read function must be initialize */
SFUD_ASSERT(flash->spi.wr);