File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 6464#endif
6565
6666
67- int_t qf_run_active = 0 ;
68-
69-
70-
7167/* Global objects ----------------------------------------------------------*/
7268PRIVILEGED_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
You can’t perform that action at this time.
0 commit comments