]> sigrok.org Git - libsigrok.git/commitdiff
asix-sigma: enable trigger support code (development HACK)
authorGerhard Sittig <redacted>
Sat, 2 May 2020 16:38:44 +0000 (18:38 +0200)
committerGerhard Sittig <redacted>
Sun, 31 May 2020 21:41:23 +0000 (23:41 +0200)
Enable the compile time option which builds trigger support code into
the asix-sigma driver. This is a development hack. Trigger support in
the driver is incomplete and currently not operational.

src/hardware/asix-sigma/protocol.h

index 2e2e833fed0751d35ef23c015cedb1094b26e636..171a3a66db36466f263eb4c21f199b6344ae5a86 100644 (file)
@@ -39,7 +39,7 @@
  * the implementation got fixed. Yet keep the code in place and allow
  * developers to turn on this switch during development.
  */
-#define ASIX_SIGMA_WITH_TRIGGER        0
+#define ASIX_SIGMA_WITH_TRIGGER        1
 
 /* Experimental support for OMEGA (scan only, operation is ENOIMPL). */
 #define ASIX_WITH_OMEGA 0