SchumyHao 10 سال پیش
والد
کامیت
88936f0836
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      components/drivers/spi/spi_flash_w25qxx.c

+ 1 - 1
components/drivers/spi/spi_flash_w25qxx.c

@@ -347,7 +347,7 @@ rt_err_t w25qxx_init(const char * flash_device_name, const char * spi_device_nam
             FLASH_TRACE("W25Q16DW detection\r\n");
             FLASH_TRACE("W25Q16DW detection\r\n");
             spi_flash_device.geometry.sector_count = 512;
             spi_flash_device.geometry.sector_count = 512;
         }
         }
-		else if(memory_type_capacity == MTC_W25Q80_BV)
+        else if(memory_type_capacity == MTC_W25Q80_BV)
         {
         {
             FLASH_TRACE("W25Q80BV detection\r\n");
             FLASH_TRACE("W25Q80BV detection\r\n");
             spi_flash_device.geometry.sector_count = 256;
             spi_flash_device.geometry.sector_count = 256;