Read RUN_APPLICATION from sdk

This commit is contained in:
Francois Beutin
2024-01-15 17:17:29 +01:00
parent 6fe2d92d3b
commit 6430c8f463
8 changed files with 71 additions and 26 deletions

View File

@@ -41,6 +41,4 @@ bool amountToString(const uint8_t* amount,
char* out_buffer,
size_t out_buffer_size);
bool parse_swap_config(const uint8_t* config, uint8_t config_len, char* ticker, uint8_t* decimals);
#endif // _UTILS_H_