X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fscpi%2Fscpi.c;h=31f82a3f912351c2bc653bb66dfed90f6e61a6db;hp=4f72d6e65e01bfc5853efa0cc2cd5615f5676952;hb=1df81f4b062fcfe8c6de4d2e5edf9743030ae0fc;hpb=a7b8692ed061c5baff6620c0839db85465cd24c9 diff --git a/src/scpi/scpi.c b/src/scpi/scpi.c index 4f72d6e6..31f82a3f 100644 --- a/src/scpi/scpi.c +++ b/src/scpi/scpi.c @@ -100,7 +100,7 @@ static const struct sr_scpi_dev_inst *scpi_devs[] = { #ifdef HAVE_LIBGPIB &scpi_libgpib_dev, #endif -#ifdef HAVE_LIBSERIALPORT +#ifdef HAVE_SERIAL_COMM &scpi_serial_dev, /* Must be last as it matches any resource. */ #endif };