aboutsummaryrefslogtreecommitdiffstats
path: root/source/conversion.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-08-01 18:53:09 -0400
committerClyne Sullivan <clyne@bitgloo.com>2021-08-01 18:53:09 -0400
commit555749ef5dde558f745f0dc6d00a168d3b3e9d58 (patch)
treeeba6929696b04e4d4fb67271f9dee78bfa6ff2e1 /source/conversion.hpp
parent123cc4c756cc8a22f66351ab65595c5a20e53e27 (diff)
8x oversample; other fixes
Diffstat (limited to 'source/conversion.hpp')
-rw-r--r--source/conversion.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/conversion.hpp b/source/conversion.hpp
index ad949dc..0a18f3b 100644
--- a/source/conversion.hpp
+++ b/source/conversion.hpp
@@ -53,7 +53,7 @@ private:
static thread_t *m_thread_runner;
static std::array<char, 1024> m_thread_monitor_stack;
- static std::array<char, 128> m_thread_runner_entry_stack;
+ static std::array<char, THD_WORKING_AREA_SIZE(128)> m_thread_runner_entry_stack;
static std::array<char, CONVERSION_THREAD_STACK_SIZE> m_thread_runner_stack;
static std::array<msg_t, 2> m_mailbox_buffer;