From 0330581fbc9f1756e4743c92171879308d159e92 Mon Sep 17 00:00:00 2001 From: Renzo Mischianti Date: Mon, 26 Oct 2020 23:23:46 +0100 Subject: [PATCH] Add error message --- PCF8574.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PCF8574.h b/PCF8574.h index 700304c..a7c7572 100644 --- a/PCF8574.h +++ b/PCF8574.h @@ -181,7 +181,7 @@ private: # elif defined(SDA) # define DEFAULT_SDA SDA # else - # error "Error define DEFAULT_SDA, SDA not declared" + # error "Error define DEFAULT_SDA, SDA not declared, if you have this error contact the mantainer" # endif #endif #if !defined(DEFAULT_SCL) @@ -192,7 +192,7 @@ private: # elif defined(SDA) # define DEFAULT_SCL SCL # else - # error "Error define DEFAULT_SCL, SCL not declared" + # error "Error define DEFAULT_SCL, SCL not declared, if you have this error contact the mantainer" # endif #endif