mirror of https://github.com/EspoTek/Labrador.git
isoBuffer CH2 has correct channel
This commit is contained in:
parent
ddb6952f00
commit
68512ebe95
|
@ -10,7 +10,7 @@ isoDriver::isoDriver(QWidget *parent) : QLabel(parent)
|
||||||
{
|
{
|
||||||
this->hide();
|
this->hide();
|
||||||
internalBuffer375_CH1 = new isoBuffer(this, MAX_WINDOW_SIZE*ADC_SPS/20*21, this, 1);
|
internalBuffer375_CH1 = new isoBuffer(this, MAX_WINDOW_SIZE*ADC_SPS/20*21, this, 1);
|
||||||
internalBuffer375_CH2 = new isoBuffer(this, MAX_WINDOW_SIZE*ADC_SPS/20*21, this, 1);
|
internalBuffer375_CH2 = new isoBuffer(this, MAX_WINDOW_SIZE*ADC_SPS/20*21, this, 2);
|
||||||
internalBuffer750 = new isoBuffer(this, MAX_WINDOW_SIZE*ADC_SPS/10*21, this, 1);
|
internalBuffer750 = new isoBuffer(this, MAX_WINDOW_SIZE*ADC_SPS/10*21, this, 1);
|
||||||
|
|
||||||
isoTemp = (char *) malloc(TIMER_PERIOD*ADC_SPF + 8); //8-byte header contains (unsigned long) length
|
isoTemp = (char *) malloc(TIMER_PERIOD*ADC_SPF + 8); //8-byte header contains (unsigned long) length
|
||||||
|
|
Loading…
Reference in New Issue