fix warnings in sensor source
This commit is contained in:
@@ -475,5 +475,7 @@ int ov2640_init(sensor_t *sensor)
|
||||
sensor->set_lenc = set_lenc_dsp;
|
||||
sensor->set_pre = set_pre_dsp;
|
||||
|
||||
ESP_LOGD(TAG, "OV2640 Attached");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -305,5 +305,7 @@ int ov7725_init(sensor_t *sensor)
|
||||
sensor->id.PID = SCCB_Read(sensor->slv_addr, REG_PID);
|
||||
sensor->id.VER = SCCB_Read(sensor->slv_addr, REG_VER);
|
||||
|
||||
ESP_LOGD(TAG, "OV7725 Attached");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user