Fix Lepton clock.

* Set Lepton clock to 24MHz to work with the new clock speed.
This commit is contained in:
iabdalkader 2019-05-01 18:21:27 +02:00
parent 4ab1c15bac
commit 95175f523e

View File

@ -9,6 +9,6 @@
#ifndef __LEPTON_H__
#define __LEPTON_H__
#include "sensor.h"
#define LEPTON_XCLK_FREQ 25000000
#define LEPTON_XCLK_FREQ 24000000
int lepton_init(sensor_t *sensor);
#endif // __LEPTON_H__