]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/scpi-pps/protocol.h
atten-pps3xxx: Remove SERIAL_NONBLOCK.
[libsigrok.git] / src / hardware / scpi-pps / protocol.h
index d6695addbcca951e0dca1aee9ce72f6c9879ed7f..552d5030a0e752f08360442cf22150afb122e9ea 100644 (file)
@@ -71,9 +71,9 @@ struct scpi_pps {
        char *vendor;
        char *model;
        uint64_t features;
-       const int32_t *devopts;
+       const uint32_t *devopts;
        unsigned int num_devopts;
-       const int32_t *devopts_cg;
+       const uint32_t *devopts_cg;
        unsigned int num_devopts_cg;
        struct channel_spec *channels;
        unsigned int num_channels;