mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
src/cable: rename bus/device to bus_addr/device_addr
This commit is contained in:
+2
-2
@@ -55,8 +55,8 @@ struct cable_t {
|
||||
communication_type type; /*! see enum communication_type */
|
||||
int vid; /*! Vendor ID */
|
||||
int pid; /*! Product ID */
|
||||
int bus; /*! bus number (must be set to -1: user defined */
|
||||
int device; /*! device number (must be set -1: user defined */
|
||||
int bus_addr; /*! bus number (must be set to -1: user defined */
|
||||
int device_addr; /*! device number (must be set -1: user defined */
|
||||
mpsse_bit_config config; /*! FTDI specific configurations */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user