From: Gerhard Sittig Date: Sat, 2 May 2020 16:38:44 +0000 (+0200) Subject: asix-sigma: enable trigger support code (development HACK) X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=8a57728d0e390e8859a2e8bf1e90b2c84f260be7;p=libsigrok.git asix-sigma: enable trigger support code (development HACK) 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. --- diff --git a/src/hardware/asix-sigma/protocol.h b/src/hardware/asix-sigma/protocol.h index 2e2e833f..171a3a66 100644 --- a/src/hardware/asix-sigma/protocol.h +++ b/src/hardware/asix-sigma/protocol.h @@ -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