summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 422a476..60e4668 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -47,6 +47,10 @@
#include "rapidjson/stringbuffer.h"
#include "rapidjson/writer.h"
+extern uint8_t pgm_image[64 + img_width * img_height * sizeof(uint8_t)];
+extern size_t pgm_image_size;
+extern std::mutex pgm_image_mtx;
+
#define try_apply_config() \
if (!applyConfig(config)) \
{ \