add newline to flash_api.c for win vm

This commit is contained in:
funshine 2014-12-31 16:54:44 +08:00
parent 04a5e67443
commit 1105b95175
1 changed files with 1 additions and 1 deletions

View File

@ -229,4 +229,4 @@ flash_self_destruct(void)
// Erase your flash. Good bye!
SPIEraseChip();
return true;
}
}