mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-20 06:05:11 +00:00
Fixing more tabs
This commit is contained in:
@@ -97,11 +97,11 @@ namespace ComSquare::Debugger
|
||||
this->_ui.evolRprogressBar->setValue(echo.volume[1]);
|
||||
this->_ui.echoprogressBar->setValue(echo.feedback);
|
||||
|
||||
uint8_t flg = 0;
|
||||
flg += master.reset << 7;
|
||||
flg += master.mute << 6;
|
||||
flg += echo.enabled << 5;
|
||||
flg += noise.clock;
|
||||
uint8_t flg = 0;
|
||||
flg += master.reset << 7;
|
||||
flg += master.mute << 6;
|
||||
flg += echo.enabled << 5;
|
||||
flg += noise.clock;
|
||||
this->_ui.flagslineEdit->setText(Utility::to_binary(flg).c_str());
|
||||
this->_ui.sourceDirectoryLineEdit->setText(Utility::to_hex(brr.offset).c_str());
|
||||
this->_ui.echoBufferOffsetLineEdit->setText(Utility::to_hex(echo.data).c_str());
|
||||
|
||||
Reference in New Issue
Block a user