techpack: camera: Fix strict-prototypes error

Change-Id: I3cb08b85ede5b58f64ceae8d99cd0479f3579c69
This commit is contained in:
mikooomich 2023-11-09 09:20:04 -05:00 committed by Davide Garberi
parent fa99342727
commit 0d478b4492

View File

@ -2345,7 +2345,7 @@ extern bool checkForNewBoard(uint8_t );
#define Sake_IMX686_Camera_ID 0x76
#define OIS_GYRO_GAIN_RECAL ""FACTORYDIR"ois_gyro_gain_cali.txt"
#define OIS_STATUS_INITIALIZE 255
void update_OIS_gyro_gain_XY() {
void update_OIS_gyro_gain_XY(void) {
static uint8_t updated_OIS_gyro_gain=OIS_STATUS_INITIALIZE;
if ( updated_OIS_gyro_gain==OIS_STATUS_INITIALIZE && g_ois_mode!=OIS_STATUS_INITIALIZE) {
pr_info("OIS recal gyro gain apply patch\n");