X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fhantek-dso%2Fprotocol.h;h=20aaebdce89a40595d20c5eec744e893f8ffd782;hb=bbcffe51d29343f7648e1e2f3b925dd571984bd3;hp=9cab61b351d533b0f2c1031d73a2fabad65bd553;hpb=caeb8d7a9d2d5a2497692a23caf066f33f7a34c3;p=libsigrok.git diff --git a/src/hardware/hantek-dso/protocol.h b/src/hardware/hantek-dso/protocol.h index 9cab61b3..20aaebdc 100644 --- a/src/hardware/hantek-dso/protocol.h +++ b/src/hardware/hantek-dso/protocol.h @@ -51,6 +51,8 @@ /* All models have this for their "fast" mode. */ #define FRAMESIZE_SMALL (10 * 1024) +#define NUM_CHANNELS 2 + enum control_requests { CTRL_READ_EEPROM = 0xa2, CTRL_GETSPEED = 0xb2,