X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fchronovu-la8%2Fprotocol.c;h=90bef5a45ae0edf9fd2361cc7d7b1e49ef261627;hb=fe9d5abefcebb3a382d990e069d93c28e9541e35;hp=d106b3361653720ecc26c491d8cdb0ca4059f81b;hpb=1bec72d2ac388bd78c1c4e573431170c4ed97f8c;p=libsigrok.git diff --git a/hardware/chronovu-la8/protocol.c b/hardware/chronovu-la8/protocol.c index d106b336..90bef5a4 100644 --- a/hardware/chronovu-la8/protocol.c +++ b/hardware/chronovu-la8/protocol.c @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrok project. * * Copyright (C) 2011-2012 Uwe Hermann * @@ -39,7 +39,6 @@ SR_PRIV void fill_supported_samplerates_if_needed(void) for (i = 0; i < 255; i++) chronovu_la8_samplerates[254 - i] = SR_MHZ(100) / (i + 1); - chronovu_la8_samplerates[255] = 0; } /**