From 7aed4542977d937d10712152272a18f95ee45f43 Mon Sep 17 00:00:00 2001 From: Alex Taber Date: Sun, 3 Sep 2017 15:53:41 -0400 Subject: [PATCH] Increase stack size to decode larger QR codes properly --- source/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/main.c b/source/main.c index 9f44bce..79a85bd 100644 --- a/source/main.c +++ b/source/main.c @@ -32,6 +32,8 @@ #include "camera.h" #include +int __stacksize__ = 64 * 1024; + int init_services(void) { cfguInit();