提交 28b737b2 编写于 作者: A arvinzzz

fix: ff.h中MIN MAX宏定义不符合常规用法且存在重定义冲突风险

close: #I5OYYA
Signed-off-by: Narvinzzz <zhaotianyu9@huawei.com>
Change-Id: Ibff61316dacd2d685471def2350ca97768ed322c
上级 dabccd97
......@@ -374,9 +374,6 @@ typedef struct {
#endif
} DIR_FILE;
#define MAX(a, b, c) (c = (a > b) ? a : b)
#define MIN(a, b, c) (c = (a < b) ? a : b)
/* File function return code (FRESULT) */
typedef enum {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册