gwinstek-gpd: Fix sr_dev_driver struct.

This commit is contained in:
Uwe Hermann 2018-06-15 00:18:22 +02:00
parent 380d3b2ae8
commit f1e82915a8
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi)
return SR_OK; return SR_OK;
} }
SR_PRIV const struct sr_dev_driver gwinstek_gpd_driver_info = { static struct sr_dev_driver gwinstek_gpd_driver_info = {
.name = "gwinstek-gpd", .name = "gwinstek-gpd",
.longname = "GW Instek GPD", .longname = "GW Instek GPD",
.api_version = 1, .api_version = 1,