Transform 'u16' to 'uint16_t'
[fw/openocd] / src / flash / str7x.c
index 67b0a751f84bf13b4c5ba6f71ad92c1a86f53c56..790dc8f29509846c4a3803775ddebf555d22e7a7 100644 (file)
@@ -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)
        {