mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
common: Rename omv_csi_get_clk_frequency.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
parent
696c68c9af
commit
fe2e2cd82a
@ -598,7 +598,7 @@ __weak int omv_csi_get_id() {
|
||||
return csi.chip_id;
|
||||
}
|
||||
|
||||
__weak uint32_t omv_csi_get_xclk_frequency() {
|
||||
__weak uint32_t omv_csi_get_clk_frequency() {
|
||||
return OMV_CSI_ERROR_CTL_UNSUPPORTED;
|
||||
}
|
||||
|
||||
|
@ -390,7 +390,7 @@ int omv_csi_reset();
|
||||
int omv_csi_get_id();
|
||||
|
||||
// Returns the xclk freq in hz.
|
||||
uint32_t omv_csi_get_xclk_frequency();
|
||||
uint32_t omv_csi_get_clk_frequency();
|
||||
|
||||
// Returns the xclk freq in hz.
|
||||
int omv_csi_set_clk_frequency(uint32_t frequency);
|
||||
|
Loading…
Reference in New Issue
Block a user