This reverts commit b9e7e93bcf.
Unfortunately this does not work, compiler cannot see it is a literal constant,
so it won't get optimized out, even when we use const(0). Also const(False)
is not supported at all.
This is the source code for 2nd generation of Trezor called Trezor model T.
It runs both inside of the device and also in the Trezor Emulator.
Documentation
The documentation can be found in the docs folder. See SUMMARY.md for a list of topics.
The documentation is also automatically built into a HTML format using mdBook and deployed to https://docs.trezor.io, where you can read it in a well arranged way.