]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/testo/protocol.h
Various minor whitespace fixes.
[libsigrok.git] / src / hardware / testo / protocol.h
index f61fe2d4b201e4c9faf201b0cd80da15004b634a..a61a9dce86be5526065bd3b8740819d0abd8c662 100644 (file)
@@ -80,4 +80,5 @@ SR_PRIV int testo_request_packet(const struct sr_dev_inst *sdi);
 SR_PRIV gboolean testo_check_packet_prefix(unsigned char *buf, int len);
 SR_PRIV uint16_t crc16_mcrf4xx(uint16_t crc, uint8_t *data, size_t len);
 SR_PRIV void testo_receive_packet(const struct sr_dev_inst *sdi);
+
 #endif