Skip to content

Commit f73611c

Browse files
committed
remove added unused error code
1 parent a981366 commit f73611c

File tree

1 file changed

+0
-1
lines changed
  • src/common/pico_base/include/pico

1 file changed

+0
-1
lines changed

src/common/pico_base/include/pico/error.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ enum {
1616
PICO_ERROR_TIMEOUT = -1,
1717
PICO_ERROR_GENERIC = -2,
1818
PICO_ERROR_NO_DATA = -3,
19-
PICO_ERROR_OUT_OF_RANGE = -4,
2019
};
2120

2221
#endif

0 commit comments

Comments
 (0)