]> sigrok.org Git - libsigrok.git/commitdiff
define pre/post-trigger capture ratio option
authorBert Vermeulen <redacted>
Thu, 5 Aug 2010 01:52:32 +0000 (03:52 +0200)
committerBert Vermeulen <redacted>
Thu, 5 Aug 2010 01:52:32 +0000 (03:52 +0200)
hwplugin.c

index aa1b8f7fcc28c642515fca1dee1e5b021e9dbd50..1fd9521473336ca900240ebd1086ceade71d57e7 100644 (file)
@@ -38,6 +38,7 @@ GSList *plugins;
  */
 struct hwcap_option hwcap_options[] = {
        {HWCAP_SAMPLERATE, T_UINT64, "Sample rate", "samplerate"},
+       {HWCAP_CAPTURE_RATIO, T_UINT64, "Pre-trigger capture ratio", "captureratio"},
        {0, 0, NULL, NULL},
 };