diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 02:15:50 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 02:15:50 +0900 |
commit | 3ee2f285132c7281f93c4a539a7a20a1de56fc22 (patch) | |
tree | 4f7b70569a0d27cf5e04a1428d0be90fb6963e14 /globals.h | |
parent | b5cf0aed3eda14af3fa7268ae5715da81e3a3682 (diff) |
use standard functions to do simple positive min/max error checks
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |