From f35bb64c2b8dbb72fd15f1880e4d01d263660910 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 6 Dec 2022 13:17:56 +1100 Subject: basic i2s output element --- test/main/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/main') diff --git a/test/main/main.cpp b/test/main/main.cpp index 21471fce..e012218c 100644 --- a/test/main/main.cpp +++ b/test/main/main.cpp @@ -24,8 +24,9 @@ class TestConsole : public Console { protected: virtual auto RegisterExtraComponents() -> void { RegisterCatch2(); } virtual auto GetStackSizeKiB() -> uint16_t { - // Catch2 requires a particularly large stack. - return 24; + // Catch2 requires a particularly large stack to begin with, and some of the + // tests (*cough*libmad*cough*) also use a lot of stack. + return 64; } }; -- cgit v1.2.3