hla: remove unused hl_interface_param_s.api
Change-Id: I90a23293c7e3a6067d56e56d186f9f452af7c15e Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com> Reviewed-on: http://openocd.zylin.com/5611 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
This commit is contained in:
parent
22797616ac
commit
6f91aae159
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
#include <target/target.h>
|
#include <target/target.h>
|
||||||
|
|
||||||
static struct hl_interface_s hl_if = { {0, 0, { 0 }, { 0 }, 0, HL_TRANSPORT_UNKNOWN, false, -1}, 0, 0 };
|
static struct hl_interface_s hl_if = { {0, 0, { 0 }, { 0 }, HL_TRANSPORT_UNKNOWN, false, -1}, 0, 0 };
|
||||||
|
|
||||||
int hl_interface_open(enum hl_transports tr)
|
int hl_interface_open(enum hl_transports tr)
|
||||||
{
|
{
|
||||||
|
|
|
@ -41,8 +41,6 @@ struct hl_interface_param_s {
|
||||||
/** List of recognised PIDs */
|
/** List of recognised PIDs */
|
||||||
uint16_t pid[HLA_MAX_USB_IDS + 1];
|
uint16_t pid[HLA_MAX_USB_IDS + 1];
|
||||||
/** */
|
/** */
|
||||||
unsigned api;
|
|
||||||
/** */
|
|
||||||
enum hl_transports transport;
|
enum hl_transports transport;
|
||||||
/** */
|
/** */
|
||||||
bool connect_under_reset;
|
bool connect_under_reset;
|
||||||
|
|
Loading…
Reference in New Issue