Browse Source

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

HuangRui 9 years ago
parent
commit
956455e8f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/platform/flash_api.c

+ 1 - 1
app/platform/flash_api.c

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