lib6145: Make a variable static
This commit is contained in:
parent
2426d50e98
commit
4c60edc0b7
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue