diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |