]> sigrok.org Git - libsigrok.git/blobdiff - src/dmm/asycii.c
Doxygen: Properly mark a few symbols as private.
[libsigrok.git] / src / dmm / asycii.c
index f32cbfef36250a7dd9fc315503588e8497ec265f..96a462c5e6d2b4a666a220e319be58f1bf024d9e 100644 (file)
@@ -446,7 +446,7 @@ static gboolean flags_valid(const struct asycii_info *info)
        return TRUE;
 }
 
-#ifdef HAVE_LIBSERIALPORT
+#ifdef HAVE_SERIAL_COMM
 /**
  * Arrange for the reception of another measurement from the DMM.
  *
@@ -455,8 +455,6 @@ static gboolean flags_valid(const struct asycii_info *info)
  * without the PC's intervention.
  *
  * @param[in]  serial The serial connection.
- *
- * @private
  */
 SR_PRIV int sr_asycii_packet_request(struct sr_serial_dev_inst *serial)
 {