remove added unused error code

This commit is contained in:
graham sanderson 2021-01-30 10:36:32 -06:00 committed by Luke Wren
parent 16df9f8a95
commit 19f946f78e

View File

@ -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