mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 16:25:12 +03:00
Cosmetics
This commit is contained in:
parent
950a526551
commit
a712dabbff
1 changed files with 0 additions and 1 deletions
|
@ -1321,7 +1321,6 @@ OpenTxEepromInterface * loadFromByteArray(T & dest, const QByteArray & data)
|
||||||
template <class T, class M>
|
template <class T, class M>
|
||||||
bool saveToByteArray(const T & dest, QByteArray & data)
|
bool saveToByteArray(const T & dest, QByteArray & data)
|
||||||
{
|
{
|
||||||
qDebug() << "ICI SAVE";
|
|
||||||
Board::Type board = getCurrentBoard();
|
Board::Type board = getCurrentBoard();
|
||||||
foreach(OpenTxEepromInterface * eepromInterface, opentxEEpromInterfaces) {
|
foreach(OpenTxEepromInterface * eepromInterface, opentxEEpromInterfaces) {
|
||||||
if (eepromInterface->getBoard() == board) {
|
if (eepromInterface->getBoard() == board) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue