X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fpipistrello-ols%2Fprotocol.h;h=869815a71f9f89d2bcd3a19b1bea35f755497a86;hp=84171c355cd56e02921badf2f4db733f74b06b70;hb=1beccaed464a4d92a070988a0331fe399f9f7a7a;hpb=e8be616955f2bc4e2c72fc55d899056ad68fb75c diff --git a/src/hardware/pipistrello-ols/protocol.h b/src/hardware/pipistrello-ols/protocol.h index 84171c35..869815a7 100644 --- a/src/hardware/pipistrello-ols/protocol.h +++ b/src/hardware/pipistrello-ols/protocol.h @@ -36,7 +36,6 @@ #define FTDI_BUF_SIZE (16 * 1024) - #define NUM_CHANNELS 32 #define NUM_TRIGGER_STAGES 4 #define CLOCK_RATE SR_MHZ(100) @@ -118,7 +117,6 @@ struct dev_context { unsigned char *raw_sample_buf; }; - SR_PRIV extern const char *p_ols_channel_names[NUM_CHANNELS + 1]; SR_PRIV int write_shortcommand(struct dev_context *devc, uint8_t command); SR_PRIV int write_longcommand(struct dev_context *devc, uint8_t command, uint8_t *data);