diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 00:09:17 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 00:09:17 +0900 |
commit | f4555765d77b2b3225f7ff5548fb51486ac75492 (patch) | |
tree | 78ec8cec93439506bd4503e9aa1853509d2c518a /globals.h | |
parent | 5b4a704a219f93496ce47dd25de74e4d2834c82d (diff) |
throw error if burst mode and double pulse mode enabled at the same time
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |