We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac80e11 commit 6b5823bCopy full SHA for 6b5823b
api/ErrorCodes.h
@@ -90,7 +90,7 @@ enum : error_t {
90
};
91
92
/* Error Codes:
93
- * In Arduino an error is represented with the integer value 1, thus every value that is not 1 is considered error.
+ * In Arduino an error is represented with the integer value 0, thus every value that is not 1 is considered error.
94
* Errors are generally represented with an int type that may vary in size depending on the platform.
95
* For this reason in this representation error_t type is defined with an integer type with a defined size.
96
*/
0 commit comments