From 4ed583380e8895233f96af50e93c3aa78c6c1417 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 10 Feb 2016 18:24:30 +0200 Subject: [PATCH] Remove mp.h include --- src/omv/ov7725.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/omv/ov7725.c b/src/omv/ov7725.c index e682746c9..30c5eb4a9 100644 --- a/src/omv/ov7725.c +++ b/src/omv/ov7725.c @@ -148,7 +148,6 @@ static const uint8_t saturation_regs[NUM_SATURATION_LEVELS][2] = { {0x80, 0x80}, /* +4 */ }; -#include static int reset(struct sensor_dev *sensor) { int i=0;