From: Bert Vermeulen Date: Tue, 5 Jun 2012 16:16:23 +0000 (+0200) Subject: hantek-dso: default to DC coupling X-Git-Tag: dsupstream~918 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=a10c805636c7252cbd22582fc6360afc080ca48f hantek-dso: default to DC coupling --- diff --git a/hardware/hantek-dso/dso.h b/hardware/hantek-dso/dso.h index 44c32982..3220b90d 100644 --- a/hardware/hantek-dso/dso.h +++ b/hardware/hantek-dso/dso.h @@ -36,7 +36,7 @@ #define DEFAULT_FRAMESIZE FRAMESIZE_SMALL #define DEFAULT_TIMEBASE TIME_100us #define DEFAULT_TRIGGER_SOURCE "CH1" -#define DEFAULT_COUPLING COUPLING_AC +#define DEFAULT_COUPLING COUPLING_DC #define DEFAULT_HORIZ_TRIGGERPOS 0.5 #define DEFAULT_VERT_OFFSET 0.5 #define DEFAULT_VERT_TRIGGERPOS 0.5