Add new line to flash_api.c for tool chain on windows vm.

This commit is contained in:
HuangRui 2014-12-31 02:51:36 +08:00
parent 715ff5b7aa
commit 956455e8f2
1 changed files with 1 additions and 1 deletions

View File

@ -68,4 +68,4 @@ flash_get_sec_num()
result = flash_get_size_byte() / SPI_FLASH_SEC_SIZE;
}
return result;
}
}