Add error message

This commit is contained in:
Renzo Mischianti 2020-10-26 23:23:46 +01:00
parent b2abe251c9
commit 0330581fbc

View File

@ -181,7 +181,7 @@ private:
# elif defined(SDA) # elif defined(SDA)
# define DEFAULT_SDA SDA # define DEFAULT_SDA SDA
# else # 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
#endif #endif
#if !defined(DEFAULT_SCL) #if !defined(DEFAULT_SCL)
@ -192,7 +192,7 @@ private:
# elif defined(SDA) # elif defined(SDA)
# define DEFAULT_SCL SCL # define DEFAULT_SCL SCL
# else # 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
#endif #endif