aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/aice/aice_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/aice/aice_port.h')
-rw-r--r--src/jtag/aice/aice_port.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jtag/aice/aice_port.h b/src/jtag/aice/aice_port.h
index 241f8b80..d29e9e14 100644
--- a/src/jtag/aice/aice_port.h
+++ b/src/jtag/aice/aice_port.h
@@ -106,9 +106,9 @@ enum aice_command_mode {
struct aice_port_param_s {
/** */
- char *device_desc;
+ const char *device_desc;
/** */
- char *serial;
+ const char *serial;
/** */
uint16_t vid;
/** */
@@ -225,7 +225,7 @@ struct aice_port_api_s {
/** */
struct aice_port {
/** */
- char *name;
+ const char *name;
/** */
int type;
/** */