RAD-Gigalog: Fix serial number prefix
parent
eda4a30dcd
commit
5c18bedf70
|
|
@ -12,7 +12,7 @@ namespace icsneo {
|
||||||
class RADGigalog : public Device {
|
class RADGigalog : public Device {
|
||||||
public:
|
public:
|
||||||
static constexpr DeviceType::Enum DEVICE_TYPE = DeviceType::RADGigalog;
|
static constexpr DeviceType::Enum DEVICE_TYPE = DeviceType::RADGigalog;
|
||||||
static constexpr const char* SERIAL_START = "RG";
|
static constexpr const char* SERIAL_START = "GL";
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
RADGigalog(neodevice_t neodevice) : Device(neodevice) {
|
RADGigalog(neodevice_t neodevice) : Device(neodevice) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue