Moved all typed data in RAM related code into its own file

This commit is contained in:
Alexandre Paillier
2022-07-05 11:41:46 +02:00
parent 0100eed1fd
commit b782a69137
10 changed files with 517 additions and 413 deletions

View File

@@ -17,6 +17,7 @@
#include "uint256.h" // tostring256 && tostring256_signed
#include "path.h" // path_get_root_type
#include "apdu_constants.h" // APDU response codes
#include "typed_data.h"
static t_ui_context *ui_ctx = NULL;