Fix misleading indent warning

This commit is contained in:
Kyle Guinn 2021-10-29 16:12:07 -05:00
parent f789f7a67e
commit cb994735ee
1 changed files with 2 additions and 2 deletions

View File

@ -862,8 +862,8 @@ void isoDriver::multimeterAction(){
if(singleShotEnabled && (triggerDelay != 0))
singleShotTriggered(1);
readData375_CH1 = internalBuffer375_CH1->readBuffer(display.window,GRAPH_SAMPLES, false, display.delay + triggerDelay);
readData375_CH1 = internalBuffer375_CH1->readBuffer(display.window,GRAPH_SAMPLES, false, display.delay + triggerDelay);
QVector<double> x(GRAPH_SAMPLES), CH1(GRAPH_SAMPLES);
analogConvert(readData375_CH1.get(), &CH1, 2048, 0, 1); //No AC coupling!