Now initializes a path in memory
This commit is contained in:
12
src_features/signMessageEIP712/path.h
Normal file
12
src_features/signMessageEIP712/path.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef PATH_H_
|
||||
#define PATH_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#define MAX_PATH_DEPTH 16
|
||||
|
||||
extern uint8_t *path_indexes;
|
||||
|
||||
bool init_path(void);
|
||||
|
||||
#endif // PATH_H_
|
||||
Reference in New Issue
Block a user