Fix lib_standard_app include path
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "feature_getPublicKey.h"
|
||||
#include "common_ui.h"
|
||||
#include "os_io_seproxyhal.h"
|
||||
#include "lib_standard_app/crypto_helpers.h"
|
||||
#include "crypto_helpers.h"
|
||||
|
||||
void handleGetPublicKey(uint8_t p1,
|
||||
uint8_t p2,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "os_io_seproxyhal.h"
|
||||
#include "apdu_constants.h"
|
||||
#include "lib_standard_app/crypto_helpers.h"
|
||||
#include "crypto_helpers.h"
|
||||
#include "common_ui.h"
|
||||
|
||||
unsigned int io_seproxyhal_touch_signMessage_ok(void) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "shared_context.h"
|
||||
#include "apdu_constants.h"
|
||||
#include "os_io_seproxyhal.h"
|
||||
#include "lib_standard_app/crypto_helpers.h"
|
||||
#include "crypto_helpers.h"
|
||||
#include "ui_callbacks.h"
|
||||
#include "common_712.h"
|
||||
#include "ui_callbacks.h"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "common_ui.h"
|
||||
#include "ui_callbacks.h"
|
||||
#include "apdu_constants.h"
|
||||
#include "lib_standard_app/crypto_helpers.h"
|
||||
#include "crypto_helpers.h"
|
||||
|
||||
#define ERR_SILENT_MODE_CHECK_FAILED 0x6001
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lib_standard_app/crypto_helpers.h"
|
||||
#include "crypto_helpers.h"
|
||||
#include "os_io_seproxyhal.h"
|
||||
#include "shared_context.h"
|
||||
#include "common_utils.h"
|
||||
|
||||
Reference in New Issue
Block a user