Redesign reschedule points, allow one operation to reschedule many cpus at once
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m12s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m12s
This commit is contained in:
@@ -18,8 +18,8 @@ void app_main (void) {
|
||||
|
||||
mail_send (ce_pgid, (uint8_t*)&ch, 1);
|
||||
|
||||
char rcv;
|
||||
mail_receive (&rcv, 1);
|
||||
terminal_print (&rcv, 1);
|
||||
/* char rcv; */
|
||||
/* mail_receive (&rcv, 1); */
|
||||
/* terminal_print (&rcv, 1); */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user