]> sigrok.org Git - libsigrok.git/blobdiff - sigrok.h
Make DATASTORE_CHUNKSIZE private.
[libsigrok.git] / sigrok.h
index db747075fc6fb75ddb4fe54b98eaeaa94f9a7a49..9109201d51df6e04079c0db4bda484b449345ee0 100644 (file)
--- a/sigrok.h
+++ b/sigrok.h
@@ -164,9 +164,6 @@ struct sr_analyzer {
         */
 };
 
-/* Size of a chunk in units */
-#define DATASTORE_CHUNKSIZE 512000
-
 struct sr_datastore {
        /* Size in bytes of the number of units stored in this datastore */
        int ds_unitsize;