spi_flash: improve documentation

This commit is contained in:
Ivan Grokhotkov
2016-10-25 11:43:00 +08:00
parent e229ec0340
commit e03b45eb0a
3 changed files with 152 additions and 21 deletions

View File

@@ -35,6 +35,8 @@ extern "C" {
*
* This function must be called exactly once, before any other
* spi_flash_* functions are called.
* Currently this function is called from startup code. There is
* no need to call it from application code.
*
*/
void spi_flash_init();