summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h3
1 files changed, 3 insertions, 0 deletions
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;