Maxim Integrated / MaximInterface

Dependents:   DeepCover Embedded Security in IoT MaximInterface MAXREFDES155#

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