#include "bsp_flash.h" #define MAX(a, b) ((a) > (b)) ? (a) : (b)