summaryrefslogtreecommitdiff
path: root/src/target/algorithm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/algorithm.h')
-rw-r--r--src/target/algorithm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/algorithm.h b/src/target/algorithm.h
index e248ba5a..71918d35 100644
--- a/src/target/algorithm.h
+++ b/src/target/algorithm.h
@@ -33,7 +33,7 @@ typedef struct mem_param_s
{
u32 address;
u32 size;
- u8 *value;
+ uint8_t *value;
enum param_direction direction;
} mem_param_t;
@@ -41,7 +41,7 @@ typedef struct reg_param_s
{
char *reg_name;
u32 size;
- u8 *value;
+ uint8_t *value;
enum param_direction direction;
} reg_param_t;