jtag: removed initialisation within the struct

This commit is contained in:
ole00 2024-04-09 21:04:05 +01:00
parent 56b687017a
commit 2b83233399
1 changed files with 3 additions and 3 deletions

View File

@ -209,8 +209,8 @@ typedef struct xsvf_t {
uint32_t csum;
#endif
uint16_t instruction_counter = 0;
uint8_t error = 0;
uint16_t instruction_counter;
uint8_t error;
uint8_t xcomplete;
uint16_t sirsize_bits;
@ -947,4 +947,4 @@ static void jtag_play_xsvf(jtag_port_t* port)
}
#endif /*_JTAG_XSVF_PLAYER_H_*/
#endif /*_JTAG_XSVF_PLAYER_H_*/