diff options
Diffstat (limited to 'src/flash/str7x.c')
-rw-r--r-- | src/flash/str7x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/str7x.c b/src/flash/str7x.c index 67b0a75..790dc8f 100644 --- a/src/flash/str7x.c +++ b/src/flash/str7x.c @@ -646,8 +646,8 @@ static int str7x_handle_disable_jtag_command(struct command_context_s *cmd_ctx, u32 flash_cmd; u32 retval; - u16 ProtectionLevel = 0; - u16 ProtectionRegs; + uint16_t ProtectionLevel = 0; + uint16_t ProtectionRegs; if (argc < 1) { |