diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-08-01 18:53:09 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-08-01 18:53:09 -0400 |
commit | 555749ef5dde558f745f0dc6d00a168d3b3e9d58 (patch) | |
tree | eba6929696b04e4d4fb67271f9dee78bfa6ff2e1 /source/conversion.hpp | |
parent | 123cc4c756cc8a22f66351ab65595c5a20e53e27 (diff) |
8x oversample; other fixes
Diffstat (limited to 'source/conversion.hpp')
-rw-r--r-- | source/conversion.hpp | 2 |
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; |