From 3a08ab5ad8f4e4f26a8fa68fdfd2e12b0dfe39cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=A9=AC=5F666?= <13089258+pony-six-hundred-and-sixty-six@user.noreply.gitee.com> Date: Thu, 22 Aug 2024 16:37:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/src/bsp_flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/src/bsp_flash.c b/bsp/src/bsp_flash.c index dbe692b..a3ab23b 100644 --- a/bsp/src/bsp_flash.c +++ b/bsp/src/bsp_flash.c @@ -1,4 +1,4 @@ #include "bsp_flash.h" - +#define MAX(a, b) ((a) > (b)) ? (a) : (b)