mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-22 06:32:01 +00:00
jtag: removed initialisation within the struct
This commit is contained in:
parent
56b687017a
commit
2b83233399
@ -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_*/
|
||||
|
Loading…
Reference in New Issue
Block a user