From 3ee2f285132c7281f93c4a539a7a20a1de56fc22 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 1 Jan 2000 02:15:50 +0900 Subject: use standard functions to do simple positive min/max error checks --- globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 809d526..73f2cdc 100644 --- a/globals.h +++ b/globals.h @@ -110,6 +110,7 @@ #define Between_0_and_10_Volts 96 #define pw_rc_limit 97 #define HVPS_Current_Too_High 98 +#define invalid_error_check 99 #define YES 1 #define NO 0 -- cgit