Fix for formatting issues
This commit is contained in:
parent
32413fee3e
commit
1e3c2bdda4
|
@ -172,7 +172,7 @@ struct scan_field select_idcode = {
|
||||||
|
|
||||||
bscan_tunnel_type_t bscan_tunnel_type;
|
bscan_tunnel_type_t bscan_tunnel_type;
|
||||||
int bscan_tunnel_ir_width; /* if zero, then tunneling is not present/active */
|
int bscan_tunnel_ir_width; /* if zero, then tunneling is not present/active */
|
||||||
bool bscan_user4_selected = false;
|
bool bscan_user4_selected;
|
||||||
|
|
||||||
uint8_t bscan_zero[4] = {0};
|
uint8_t bscan_zero[4] = {0};
|
||||||
uint8_t bscan_one[4] = {1};
|
uint8_t bscan_one[4] = {1};
|
||||||
|
|
Loading…
Reference in New Issue