X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=hardware%2Fdemo%2Fdemo.c;h=8a84e8ce65a3d6b7d4f407da0107703f510eb6e2;hp=aa3f57d4a919f8c920aab54864531b0af68c8cca;hb=d261dbbfcc73;hpb=6c39d99a2809c0065b8bd547c426a08f42445e92 diff --git a/hardware/demo/demo.c b/hardware/demo/demo.c index aa3f57d4..8a84e8ce 100644 --- a/hardware/demo/demo.c +++ b/hardware/demo/demo.c @@ -102,6 +102,7 @@ static const char *pattern_strings[] = { NULL, }; +/* We name the probes 0-7 on our demo driver. */ static const char *probe_names[NUM_PROBES + 1] = { "0", "1",