I'd like to modify the sequencer code in AmperometricMeasurement.c to leave the DAC running at its VL2 value forever. I understand that it's possible to comment out the 2nd to last line of the sequence to make the AFE sample forever, but the DAC doesn't stay at its VL2 level. I also tried deleting the wait statement (in the 3rd to last line of the sequence, see attached), but that had no effect, the DAC output is still eventually brought low. How does one modify the sequence to have the DAC be set to VL2 forever?