mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
remove added unused error code
This commit is contained in:
parent
a98136628c
commit
f73611c322
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ enum {
|
||||||
PICO_ERROR_TIMEOUT = -1,
|
PICO_ERROR_TIMEOUT = -1,
|
||||||
PICO_ERROR_GENERIC = -2,
|
PICO_ERROR_GENERIC = -2,
|
||||||
PICO_ERROR_NO_DATA = -3,
|
PICO_ERROR_NO_DATA = -3,
|
||||||
PICO_ERROR_OUT_OF_RANGE = -4,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
Loading…
Add table
Reference in a new issue