Maxim Integrated / MaximInterface

Dependents:   DeepCover Embedded Security in IoT MaximInterface MAXREFDES155#

Revision:
11:3f3bf6bf5e6c
Parent:
10:947d3f44e0a0
--- a/MaximInterfaceDevices/DS2431.cpp	Mon Sep 30 09:39:32 2019 -0500
+++ b/MaximInterfaceDevices/DS2431.cpp	Tue Dec 03 10:52:28 2019 -0600
@@ -158,7 +158,7 @@
 const error_category & DS2431::errorCategory() {
   static class : public error_category {
   public:
-    virtual const char * name() const { return "DS2431"; }
+    virtual const char * name() const { return "MaximInterfaceDevices.DS2431"; }
 
     virtual std::string message(int condition) const {
       switch (condition) {