Skip to content

Commit

Permalink
imgsensor: increase max number of sensors
Browse files Browse the repository at this point in the history
Signed-off-by: SakthivelNadar <[email protected]>
  • Loading branch information
SakthivelNadar committed Dec 3, 2022
1 parent 2c924cc commit e35cfae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


#define IMGSENSOR_HW_POWER_INFO_MAX 12
#define IMGSENSOR_HW_SENSOR_MAX_NUM 12 /* prize liaoxingen modify max sensors 20200914 */
#define IMGSENSOR_HW_SENSOR_MAX_NUM 16 /* prize liaoxingen modify max sensors 20200914 */

enum IMGSENSOR_HW_PIN {
IMGSENSOR_HW_PIN_NONE = 0,
Expand Down

0 comments on commit e35cfae

Please sign in to comment.