drivers.c: Fix HAVE_HW_GWINSTEK_GDS_800 position.

This commit is contained in:
Uwe Hermann 2015-09-30 19:42:19 +02:00
parent b11afbb142
commit ff85d65ec6
1 changed files with 3 additions and 3 deletions

View File

@ -175,9 +175,6 @@ extern SR_PRIV struct sr_dev_driver zeroplus_logic_cube_driver_info;
SR_PRIV struct sr_dev_driver **drivers_lists[] = {
#ifdef HAVE_HW_AGILENT_DMM
#ifdef HAVE_HW_GWINSTEK_GDS_800
(DRVS) {&gwinstek_gds_800_driver_info, NULL},
#endif
(DRVS) {&agdmm_driver_info, NULL},
#endif
#ifdef HAVE_HW_APPA_55II
@ -239,6 +236,9 @@ SR_PRIV struct sr_dev_driver **drivers_lists[] = {
NULL
},
#endif
#ifdef HAVE_HW_GWINSTEK_GDS_800
(DRVS) {&gwinstek_gds_800_driver_info, NULL},
#endif
#ifdef HAVE_HW_HAMEG_HMO
(DRVS) {&hameg_hmo_driver_info, NULL},
#endif