From 2beaa020644c282b4355c12e9657619de9848247 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 29 Apr 2023 14:55:43 -0400 Subject: [PATCH] remove src --- main.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.h b/main.h index 513eb71f..3571cb34 100644 --- a/main.h +++ b/main.h @@ -19,7 +19,6 @@ #include #include #include -#include #define PORT 8080 @@ -171,6 +170,5 @@ int start_flag_detected = false; int start_flag_complete = false; int end_flag_detected = false; int jpeg_start = 0; -FastCRC8 CRC8; #define CAMERA_TIMEOUT 10000 // 20000 // Camera timeout in milli seconds