马亚丹 6 месяцев назад
Родитель
Сommit
ba5d1d3637
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      module/Air8000/demo/accessory_board/AirSPINORFLASH_1000/lf_fs.lua

+ 1 - 1
module/Air8000/demo/accessory_board/AirSPINORFLASH_1000/lf_fs.lua

@@ -156,7 +156,7 @@ local function test_file_operations(mount_point)
     return true
 end
 
--- 7. 关闭SPI设备,成功返回0
+-- 7. 关闭SPI设备对象,成功返回true
 local function spi_close_func()    
     log.info("关闭spi", spi_device:close())
 end