]> sigrok.org Git - libsigrok.git/blobdiff - hardware/chronovu-la8/protocol.c
GPL headers: Use correct project name.
[libsigrok.git] / hardware / chronovu-la8 / protocol.c
index d106b3361653720ecc26c491d8cdb0ca4059f81b..90bef5a45ae0edf9fd2361cc7d7b1e49ef261627 100644 (file)
@@ -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 <uwe@hermann-uwe.de>
  *
@@ -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;
 }
 
 /**