jtag: removed initialisation within the struct

This commit is contained in:
ole00 2024-04-09 21:04:05 +01:00
parent 56b687017a
commit 2b83233399

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;