armink / SFUD

An using JEDEC's SFDP standard serial (SPI) flash universal driver library | 一款使用 JEDEC SFDP 标准的串行 (SPI) Flash 通用驱动库
MIT License
1.25k stars 444 forks source link

sfud内部包含自己的头文件时混合使用 <> 和 “” #87

Open lulipro opened 7 months ago

lulipro commented 7 months ago

应该都要改为 #include "xx" 的形式,这样才规范吧? #include <sfud_cfg.h> //at sfud_flash_def.h #include <sfud_cfg.h> //at sfud_def.h #include <sfud.h> // at sfud_port.c