]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/pipistrello-ols/protocol.h
Various minor whitespace fixes.
[libsigrok.git] / src / hardware / pipistrello-ols / protocol.h
index 84171c355cd56e02921badf2f4db733f74b06b70..869815a71f9f89d2bcd3a19b1bea35f755497a86 100644 (file)
@@ -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);