File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ void BSP_init(int argc, char *argv[]) {
101101 // setup the QS filters...
102102 QS_GLB_FILTER (QS_ALL_RECORDS );
103103 QS_GLB_FILTER (- QS_QF_TICK ); // exclude the tick record
104- QS_LOC_FILTER (- (N_PHILO + 4 )); // exclude the "ticker" prio
104+ QS_LOC_FILTER (- (N_PHILO + 4 )); // exclude the "ticker" prio
105105}
106106//............................................................................
107107void BSP_start (void ) {
@@ -129,7 +129,7 @@ void BSP_start(void) {
129129 QTicker_ctor (the_Ticker0 , 0U ); // "ticker" AO for tick rate 0
130130 QActive_start (& the_Ticker0 -> super ,
131131 N_PHILO + 4U , // QP priority
132- (void * )0 , 0U , // no queue
132+ (void * )0 , 0U , // no queue
133133 (void * )0 , 0U , // no stack storage
134134 (void * )0 ); // no init. event
135135
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ void BSP_init(int argc, char *argv[]) {
101101 // setup the QS filters...
102102 QS_GLB_FILTER (QS_ALL_RECORDS );
103103 QS_GLB_FILTER (- QS_QF_TICK ); // exclude the tick record
104- QS_LOC_FILTER (- (N_PHILO + 4 )); // exclude the "ticker" prio
104+ QS_LOC_FILTER (- (N_PHILO + 4 )); // exclude the "ticker" prio
105105}
106106//............................................................................
107107void BSP_start (void ) {
@@ -118,7 +118,7 @@ void BSP_start(void) {
118118 QTicker_ctor (the_Ticker0 , 0U ); // "ticker" AO for tick rate 0
119119 QActive_start (& the_Ticker0 -> super ,
120120 N_PHILO + 4U , // QP priority
121- (void * )0 , 0U , // no queue
121+ (void * )0 , 0U , // no queue
122122 (void * )0 , 0U , // no stack storage
123123 (void * )0 ); // no init. event
124124
You can’t perform that action at this time.
0 commit comments