k230_sdk icon indicating copy to clipboard operation
k230_sdk copied to clipboard

[bugfix] Kconfig file have a abnormal symbol

Open lct1001 opened this issue 1 month ago • 0 comments

…bugfix Src:big:rt-smart:kernel:rtthread:components:drivers:Kconfig An abnormal symbol '' ' '' occurs in line 281 of the Kconfig file, which leads to an red warning as a little bug. It is suggested to modify it to: A universal driver library for serial (SPI) flash using JEDEC SFDP standard. signed-off-by: Liu Chengtao[email protected]

PR描述:

在编译时,发现在Src:big:rt-smart:kernel:rtthread:components:drivers:Kconfig文件,发现这个文件281行及以下面全部冒红色。

详细描述:

在编译时,发现在Src:big:rt-smart:kernel:rtthread:components:drivers:Kconfig文件,发现这个文件下面全部冒红色,原来是在第281行出现,An using JEDEC‘s SFDP standard serial (SPI) flash universal driver library中的异常符号 ’ 导致,被认为后面是处于字符串包含区域,导致发出红色警告。修改意见,更换为:A universal driver library for serial (SPI) flash using JEDEC SFDP standard.

关联issue:

fix #X

lct1001 avatar Nov 09 '25 14:11 lct1001