From: Uwe Hermann Date: Sun, 21 May 2017 16:35:21 +0000 (+0200) Subject: demo: Retain the default of 8 digital channels for now. X-Git-Tag: libsigrok-0.5.0~56 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=7db9027985c2d59eccb0a20979bf5d7c699c8c8b;p=libsigrok.git demo: Retain the default of 8 digital channels for now. --- diff --git a/src/hardware/demo/api.c b/src/hardware/demo/api.c index 769c87e6..8ffcfd93 100644 --- a/src/hardware/demo/api.c +++ b/src/hardware/demo/api.c @@ -28,7 +28,7 @@ #include "libsigrok-internal.h" #include "protocol.h" -#define DEFAULT_NUM_LOGIC_CHANNELS 128 +#define DEFAULT_NUM_LOGIC_CHANNELS 8 #define DEFAULT_ENABLED_LOGIC_CHANNELS 8 #define DEFAULT_LOGIC_PATTERN PATTERN_SIGROK