Fix for formatting issues

This commit is contained in:
Greg Savin 2019-11-04 16:31:25 -08:00
parent 32413fee3e
commit 1e3c2bdda4
1 changed files with 3 additions and 3 deletions

View File

@ -172,7 +172,7 @@ struct scan_field select_idcode = {
bscan_tunnel_type_t bscan_tunnel_type;
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_one[4] = {1};