Rename utils to common_utils

This commit is contained in:
Francois Beutin
2024-01-16 13:51:36 +01:00
parent 39b02b82e5
commit 3bcf12ce1d
32 changed files with 32 additions and 32 deletions

View File

@@ -22,7 +22,7 @@
#include "os.h"
#include "cx.h"
#include "utils.h"
#include "common_utils.h"
typedef struct txInt256_t {
uint8_t value[INT256_LENGTH];