Merge pull request #127 from LedgerHQ/fix_warning_1.6

Fix compilation warnings for 1.6.1-2 and NanoX sdk
This commit is contained in:
Jean P
2021-03-25 12:42:12 +01:00
committed by GitHub
14 changed files with 48 additions and 24 deletions

View File

@@ -16,6 +16,7 @@
********************************************************************************/
#include <stdint.h>
#include <string.h>
#include "ethUstream.h"
#include "ethUtils.h"

View File

@@ -18,7 +18,7 @@
// Adapted from https://github.com/calccrypto/uint256_t
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "uint256.h"