|
|
@ -1911,7 +1911,7 @@ void MainWindow::on_btn_dmaLogLast_clicked() |
|
|
|
try |
|
|
|
{ |
|
|
|
auto dmaLogCnt = ui->tb_dmaLogCount->text().toUInt(Q_NULLPTR, 10); |
|
|
|
if(dmaLogCnt == 0 && ui->tb_biteLogCount->text() != "0") |
|
|
|
if(dmaLogCnt == 0 && ui->tb_dmaLogCount->text() != "0") |
|
|
|
{ |
|
|
|
MESSAGE_BOX("Invalid input format for DMA log count"); |
|
|
|
|
|
|
|