This commit is contained in:
小马_666 2024-08-22 16:37:48 +08:00
parent 5815805f3c
commit 3a08ab5ad8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include "bsp_flash.h"
#define MAX(a, b) ((a) > (b)) ? (a) : (b)