diff options
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/device-functions.c b/device-functions.c index d287e60..e286317 100644 --- a/device-functions.c +++ b/device-functions.c @@ -122,6 +122,9 @@ void Main_Rst (void) { int i; + // the "alive" output - used to enable VCC2 in AVRQ, for example + set_shiftreg_bits(SR_3, POS_15, ONE_BIT, BIT_HIGH); + globals.Flags.extended_ampl_min_max=NO; // go backwards, so channel 0 overrides everything |