From 5c18bedf70937647751614d38bef70dc3cc24046 Mon Sep 17 00:00:00 2001 From: Paul Hollinsky Date: Fri, 18 Sep 2020 16:38:09 -0400 Subject: [PATCH] RAD-Gigalog: Fix serial number prefix --- include/icsneo/device/tree/radgigalog/radgigalog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/icsneo/device/tree/radgigalog/radgigalog.h b/include/icsneo/device/tree/radgigalog/radgigalog.h index 4af8ba2..5d5abd8 100644 --- a/include/icsneo/device/tree/radgigalog/radgigalog.h +++ b/include/icsneo/device/tree/radgigalog/radgigalog.h @@ -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) {