From 7db9027985c2d59eccb0a20979bf5d7c699c8c8b Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 21 May 2017 18:35:21 +0200 Subject: [PATCH] demo: Retain the default of 8 digital channels for now. --- src/hardware/demo/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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