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

@@ -12,6 +12,7 @@
#include "mem_utils.h"
#include "ui_logic.h"
#include "apdu_constants.h" // APDU response codes
#include "typed_data.h"
static s_path *path_struct = NULL;