remove added unused error code

This commit is contained in:
graham sanderson 2021-01-30 10:36:32 -06:00 committed by Graham Sanderson
parent a98136628c
commit f73611c322

View File

@ -16,7 +16,6 @@ enum {
PICO_ERROR_TIMEOUT = -1,
PICO_ERROR_GENERIC = -2,
PICO_ERROR_NO_DATA = -3,
PICO_ERROR_OUT_OF_RANGE = -4,
};
#endif