Fix lib_standard_app include path
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "os.h"
|
||||
#include "shared_context.h"
|
||||
#include "string.h"
|
||||
#include "lib_standard_app/crypto_helpers.h"
|
||||
#include "crypto_helpers.h"
|
||||
|
||||
#define ZERO(x) explicit_bzero(&x, sizeof(x))
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "commands_712.h"
|
||||
#include "challenge.h"
|
||||
#include "domain_name.h"
|
||||
#include "lib_standard_app/crypto_helpers.h"
|
||||
#include "crypto_helpers.h"
|
||||
|
||||
unsigned char G_io_seproxyhal_spi_buffer[IO_SEPROXYHAL_BUFFER_SIZE_B];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user