fix code style
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "eth_plugin_internal.h"
|
#include "eth_plugin_internal.h"
|
||||||
#include "ethUtils.h" // allzeroes
|
#include "ethUtils.h" // allzeroes
|
||||||
|
|
||||||
bool erc20_plugin_available_check(void);
|
bool erc20_plugin_available_check(void);
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,8 @@ void copy_parameter(uint8_t* dst, const uint8_t* parameter, uint8_t dst_size);
|
|||||||
void erc721_plugin_call(int message, void* parameters);
|
void erc721_plugin_call(int message, void* parameters);
|
||||||
void erc1155_plugin_call(int message, void* parameters);
|
void erc1155_plugin_call(int message, void* parameters);
|
||||||
|
|
||||||
// Get the value from the beginning of the parameter (right to left) and check if the rest of it is zero
|
// Get the value from the beginning of the parameter (right to left) and check if the rest of it is
|
||||||
|
// zero
|
||||||
bool U2BE_from_parameter(uint8_t* parameter, uint16_t* value);
|
bool U2BE_from_parameter(uint8_t* parameter, uint16_t* value);
|
||||||
bool U4BE_from_parameter(uint8_t* parameter, uint32_t* value);
|
bool U4BE_from_parameter(uint8_t* parameter, uint32_t* value);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user