]> sigrok.org Git - libsigrok.git/commit - src/hardware/serial-dmm/protocol.h
serial-dmm: Rename VOLTCRAFT_VC820 to VOLTCRAFT_VC820_SER.
authorUwe Hermann <redacted>
Wed, 19 Dec 2012 21:50:07 +0000 (22:50 +0100)
committerUwe Hermann <redacted>
Wed, 26 Dec 2012 01:11:00 +0000 (02:11 +0100)
commit14766619703e5b16acee2ebef569751ea90009bb
tree6e05796e8b45e5c97373755c3088a023d0a2b7c8
parent35e199da505f5b8fadffa58875aaca70a8fde4f2
serial-dmm: Rename VOLTCRAFT_VC820 to VOLTCRAFT_VC820_SER.

This matches the _ser suffix of the other functions/variables for this
device ("ser" denotes that it is used with the serial UNI-T UT-D02 cable
as opposed the USB/HID based cables which are handled by the uni-t-dmm driver).

But more importantly, the _SER suffix for the enum value will prevent
name clashes later, when the uni-t-dmm driver gets a VOLTCRAFT_VC820 enum.

Do the same for VOLTCRAFT_VC840.
hardware/serial-dmm/api.c
hardware/serial-dmm/protocol.c
hardware/serial-dmm/protocol.h