From f73611c322bb5ec05e86255ec1165865e077c1b2 Mon Sep 17 00:00:00 2001 From: graham sanderson Date: Sat, 30 Jan 2021 10:36:32 -0600 Subject: [PATCH] remove added unused error code --- src/common/pico_base/include/pico/error.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/pico_base/include/pico/error.h b/src/common/pico_base/include/pico/error.h index 5c530ad..722a696 100644 --- a/src/common/pico_base/include/pico/error.h +++ b/src/common/pico_base/include/pico/error.h @@ -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 \ No newline at end of file