lib6145: Make a variable static

This commit is contained in:
Solomon Peachy 2020-08-01 22:20:14 -04:00
parent 2426d50e98
commit 4c60edc0b7

View file

@ -290,7 +290,7 @@ static int32_t g_piTankParam[128]; // should be struct tankParam[4]
static int32_t g_pulRandomTable[32]; // should be u32
static uint8_t *g_pucInputImageBuf;
struct imageCorrParam *g_pSPrintParam;
static struct imageCorrParam *g_pSPrintParam;
static uint16_t *g_pusOutputImageBuf;
static uint8_t g_ucRandomBaseLevel[4];