RAD-Gigalog: Fix serial number prefix

pull/32/head
Paul Hollinsky 2020-09-18 16:38:09 -04:00
parent eda4a30dcd
commit 5c18bedf70
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace icsneo {
class RADGigalog : public Device {
public:
static constexpr DeviceType::Enum DEVICE_TYPE = DeviceType::RADGigalog;
static constexpr const char* SERIAL_START = "RG";
static constexpr const char* SERIAL_START = "GL";
protected:
RADGigalog(neodevice_t neodevice) : Device(neodevice) {