From a79667686fe859ddfb78dedae4a36429b0e89556 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 10 Mar 2022 12:49:19 +0100 Subject: [PATCH] fix build --- storage.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/storage.cpp b/storage.cpp index d36a6d0..a260b7f 100644 --- a/storage.cpp +++ b/storage.cpp @@ -8,6 +8,7 @@ extern int myRotation; // Rotation extern int lampVal; // The current Lamp value extern bool autoLamp; // Automatic lamp mode extern int xclk; // Camera module clock speed +extern int minFrameTime; // Limits framerate /* * Useful utility when debugging...