Skip to content

Commit 53d7fa3

Browse files
authored
Update qf_port.cpp
1 parent ca4804c commit 53d7fa3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/qf_port.cpp

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@
6464
#endif
6565

6666

67-
int_t qf_run_active = 0;
68-
69-
70-
7167
/* Global objects ----------------------------------------------------------*/
7268
PRIVILEGED_DATA portMUX_TYPE QF_esp32mux = portMUX_INITIALIZER_UNLOCKED;
7369

@@ -96,10 +92,6 @@ int_t QF::run(void) {
9692
QS_CRIT_STAT_
9793
QS_BEGIN_PRE_(QS_QF_RUN, 0U)
9894
QS_END_PRE_()
99-
100-
//vTaskStartScheduler(); /* start the FreeRTOS scheduler */
101-
//Q_ERROR_ID(110); /* the FreeRTOS scheduler should never return */
102-
qf_run_active = 100;
10395
return 0; /* dummy return to make the compiler happy */
10496
}
10597
/*..........................................................................*/
@@ -654,4 +646,4 @@ void *QMPool::getFromISR(std::uint_fast16_t const margin,
654646
}
655647

656648

657-
} // namespace QP
649+
} // namespace QP

0 commit comments

Comments
 (0)