trezor-firmware
trezor-firmware copied to clipboard
fix inconsistent include guards
Include guards in C are named without any system. Lets set some convention for this and consider using #pragma once instead ifdefs.
i don't know much about #pragma once but from a very brief overview it sounds like the way to go