From f4555765d77b2b3225f7ff5548fb51486ac75492 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 1 Jan 2000 00:09:17 +0900 Subject: throw error if burst mode and double pulse mode enabled at the same time --- globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 8e278f0..432b283 100644 --- a/globals.h +++ b/globals.h @@ -106,6 +106,7 @@ #define CalibrationMinMaxError_rise 92 #define CalibrationMinMaxError_slew 93 #define Dead_Time_Error 94 +#define Cant_Do_Burst_and_Double 95 #define YES 1 #define NO 0 -- cgit