From 963dd69ca0e0ebd6ced8c5c1431fd8d9a784b1f1 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sun, 28 Feb 2016 08:06:32 +0200 Subject: [PATCH] Fix typo. --- src/omv/sensor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omv/sensor.c b/src/omv/sensor.c index eccb51a42..5d426abc9 100644 --- a/src/omv/sensor.c +++ b/src/omv/sensor.c @@ -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; }