Fix typo.

This commit is contained in:
iabdalkader 2016-02-28 08:06:32 +02:00
parent afa1686940
commit 963dd69ca0

View File

@ -172,7 +172,7 @@ int sensor_init()
/* Configure the sensor external clock (XCLK) to XCLK_FREQ.
Note: The sensor's internal PLL (when CLKRC=0x80) doubles the XCLK_FREQ
(XCLK=XCLK_FREQ*2), and the unscaled PIXCLK output is XCLK_FREQ*4 */
if (extclk_config(OMV_XCLK_FREQ) != 0) {
if (extclk_config(OMV_XCLK_FREQUENCY) != 0) {
// Timer problem
return -1;
}