Fix warnings by including headers and casting

This commit is contained in:
pscott
2021-03-24 16:09:03 +01:00
parent 69773b0846
commit acdbb36b44
4 changed files with 9 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
#include "uint256.h"
#include "string.h"
#include <stdint.h>
#include <os.h>
int handle_get_printable_amount(get_printable_amount_parameters_t* params, chain_config_t* config) {
uint8_t decimals;