Skip to content

Commit 3b1bbed

Browse files
committed
8.0.4
1 parent 3540dcd commit 3b1bbed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

posix-win32/dpp/bsp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
//............................................................................
107107
void 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

posix-win32/dpp_comp/bsp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
//............................................................................
107107
void 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

0 commit comments

Comments
 (0)