mirror of
https://github.com/xreef/PCF8574_library.git
synced 2024-08-30 18:12:18 +00:00
Add error message
This commit is contained in:
parent
b2abe251c9
commit
0330581fbc
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user