X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fzeroplus-logic-cube%2Fprotocol.h;h=ee710cd3b3c069f69722ed55fcc26dc6d2e19329;hb=d2e0b1fa71b90faf1f7e77b72627868baf5e9135;hp=30b217dac12a3f3a44323a13bc33e529f99d2516;hpb=17548571cc836edaf45e4707e74f6537605fc924;p=libsigrok.git diff --git a/hardware/zeroplus-logic-cube/protocol.h b/hardware/zeroplus-logic-cube/protocol.h index 30b217da..ee710cd3 100644 --- a/hardware/zeroplus-logic-cube/protocol.h +++ b/hardware/zeroplus-logic-cube/protocol.h @@ -55,8 +55,6 @@ struct dev_context { const struct zp_model *prof; }; -extern const uint64_t zp_supported_samplerates_200[]; - SR_PRIV unsigned int get_memory_size(int type); SR_PRIV int zp_set_samplerate(struct dev_context *devc, uint64_t samplerate); SR_PRIV int set_limit_samples(struct dev_context *devc, uint64_t samples);