cable: bus_addr, device_addr: int -> uint8_t

This commit is contained in:
Gwenhael Goavec-Merou
2023-02-25 17:10:01 +01:00
parent b3c9364b82
commit 7f1f9445d4
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ struct arguments {
uint16_t vid;
uint16_t pid;
int16_t cable_index;
int8_t bus_addr;
int8_t device_addr;
uint8_t bus_addr;
uint8_t device_addr;
string ip_adr;
uint32_t protect_flash;
bool unprotect_flash;