diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-08-07 21:34:10 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-08-07 21:34:10 -0500 |
| commit | a50cceb8d0db3d7e6c982fb26893cdc80de32e0e (patch) | |
| tree | 15e7f67df91ea9c582908bf7b9a0e1de7846521b /src/device/log.hpp | |
| parent | 3b6eb11a8834528414a65a299463905d0f426ab1 (diff) | |
| parent | 2b83d00a9bd4ea0cd2145ae4d16d16d65a36af7a (diff) | |
| download | monzero-core-a50cceb8d0db3d7e6c982fb26893cdc80de32e0e.tar.gz monzero-core-a50cceb8d0db3d7e6c982fb26893cdc80de32e0e.tar.xz monzero-core-a50cceb8d0db3d7e6c982fb26893cdc80de32e0e.zip | |
Merge pull request #8466
2b83d00 ledger support for hf 15 (BP+, view tags) (j-berman)
Diffstat (limited to 'src/device/log.hpp')
| -rw-r--r-- | src/device/log.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/log.hpp b/src/device/log.hpp index 660adc63e..a0c89ec71 100644 --- a/src/device/log.hpp +++ b/src/device/log.hpp @@ -75,6 +75,7 @@ namespace hw { void check32(const std::string &msg, const std::string &info, const char *h, const char *d, bool crypted=false); void check8(const std::string &msg, const std::string &info, const char *h, const char *d, bool crypted=false); + void check1(const std::string &msg, const std::string &info, const char *h, const char *d, bool crypted=false); void set_check_verbose(bool verbose); #endif |
