From 2b83d00a9bd4ea0cd2145ae4d16d16d65a36af7a Mon Sep 17 00:00:00 2001 From: j-berman Date: Tue, 21 Jun 2022 17:45:02 +0100 Subject: ledger support for hf 15 (BP+, view tags) --- src/device/log.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/device/log.hpp') 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 -- cgit v1.2.3