...
This commit is contained in:
@@ -60,7 +60,7 @@ namespace adc
|
||||
struct AdcDeviceErrorCategory : std::error_category {
|
||||
const char* name() const noexcept
|
||||
{
|
||||
return "MCC-DESERIALIZER-ERR-CATEGORY";
|
||||
return "ADCLIB-DEVICE-ERR-CATEGORY";
|
||||
}
|
||||
|
||||
std::string message(int ec) const
|
||||
|
||||
Reference in New Issue
Block a user