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 78e7dc2 commit b74c4a0Copy full SHA for b74c4a0
api/ErrorCodes.h
@@ -7,7 +7,7 @@ typedef int_fast32_t error_t;
7
8
enum : error_t {
9
ArduinoSuccess = 0,
10
- ArduinoError = 1,
+ ArduinoError = -1,
11
12
// TODO better names
13
ArduinoEPERM = -1, /**< Not owner */
0 commit comments