mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix Lepton clock.
* Set Lepton clock to 24MHz to work with the new clock speed.
This commit is contained in:
parent
4ab1c15bac
commit
95175f523e
@ -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__
|
||||
|
||||
Loading…
Reference in New Issue
Block a user