Compare commits

..

2 Commits

Author SHA1 Message Date
d22746c5ff Fix: unresolved symbol 2025-10-23 09:50:14 +02:00
93c5752a6d Fix: resolve unresolved Symbol 2025-10-23 09:14:55 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ class T_runProc : public QObject
private slots:
void runProc_slotProcess(void);
bool bl_performComplStart(void);
bool bl_waitForRdyMsg(void);
//bool bl_waitForRdyMsg(void); <-- marked as not used by TS
public:
T_runProc();

View File

@@ -330,7 +330,7 @@ uint8_t dcBL_getResponse(uint8_t *respBuff)
}
if (recLen>=150)
{
dcBL_writeText("dcBL rec.buff. overflow");
//dcBL_writeText("dcBL rec.buff. overflow");
epi_clrRawReceivedString();
recLen=0;
}