From 4e7eae444566b943459200232bda5e52e482cb08 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Jan 1970 09:47:05 +0900 Subject: add support for double-external-trigger mode in KMPF --- globals.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 6922045..0978b8f 100644 --- a/globals.h +++ b/globals.h @@ -154,6 +154,7 @@ #define source_manual 2 #define source_hold 3 #define source_immediate 4 +#define source_external2 5 #define pulse_mode_on 0 #define sin_mode_on 1 @@ -728,6 +729,8 @@ typedef struct { float fixed_ampl_points[max_channels][max_fixed_ampl_points]; /* addr 10170, for AVR-D2, AVRQ-4 */ + char ext2_enabled[max_channels]; /* addr 10250, for KMPF */ + char flash_end; } FlashStruct; -- cgit