fix ifdef to include flash functions for hx8k

This commit is contained in:
matt venn 2018-08-30 22:27:18 +02:00
parent e9c5831097
commit fe1867817d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ void flashio(uint8_t *data, int len, uint8_t wrencmd)
((void(*)(uint8_t*, uint32_t, uint32_t))func)(data, len, wrencmd);
}
#ifdef HX8KBOARD
#ifdef HX8KDEMO
void set_flash_qspi_flag()
{
uint8_t buffer[8];