mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
Changes by Lionel Debroux: * disable sound output by default, and make it possible to enable it, but do intentionally not document the feature; * improve commit message; * fix data types; * replace static const variables by #defines - it's a bit early to use C23 constexpr; * make the coding style consistent with the rest of the memtest86+ code base.