Skip to content

Commit 2e8699d

Browse files
committed
Added static to internal function before makro. Will this work?
1 parent 9f8efe4 commit 2e8699d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modcamera.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ SENSOR_STATUS_GETSET_IN_RANGE(int, saturation, saturation, set_saturation, -2, 2
365365
SENSOR_STATUS_GETSET_IN_RANGE(int, sharpness, sharpness, set_sharpness, -2, 2);
366366
SENSOR_STATUS_GETSET(int, denoise, denoise, set_denoise);
367367
SENSOR_STATUS_GETSET(mp_camera_gainceiling_t, gainceiling, gainceiling, set_gainceiling);
368-
SENSOR_STATUS_GETSET(int, quality_raw, quality, set_quality); //in_Range not needed since driver limits value. Raw to be used in wrapper funtion
368+
static SENSOR_STATUS_GETSET(int, quality_raw, quality, set_quality); //in_Range not needed since driver limits value. Raw to be used in wrapper funtion
369369
SENSOR_STATUS_GETSET(bool, colorbar, colorbar, set_colorbar);
370370
SENSOR_STATUS_GETSET(bool, whitebal, awb, set_whitebal);
371371
SENSOR_STATUS_GETSET(bool, gain_ctrl, agc, set_gain_ctrl);

0 commit comments

Comments
 (0)