]> sigrok.org Git - libsigrok.git/commitdiff
libsigrok.h: Fix comment for unit Joule.
authorFrank Stettner <redacted>
Sun, 23 Aug 2020 11:10:00 +0000 (13:10 +0200)
committerFrank Stettner <redacted>
Sun, 23 Aug 2020 11:10:00 +0000 (13:10 +0200)
include/libsigrok/libsigrok.h

index c16278c407efb91a0eda0c90b23b90d1a503e3bb..c6ed56c52daf318ebcd38e4e5615d64acd17e122 100644 (file)
@@ -328,7 +328,7 @@ enum sr_unit {
        SR_UNIT_TOLA,
        /** Pieces (number of items). */
        SR_UNIT_PIECE,
-       /** A relative unit of (power) measurement [dB]. */
+       /** Energy in joule. */
        SR_UNIT_JOULE,
        /** Electric charge in coulomb. */
        SR_UNIT_COULOMB,