Skip to content

Commit

Permalink
fixup! fixup! core/msg: re-enable IRQs before printing for highlevel_…
Browse files Browse the repository at this point in the history
…stdio
  • Loading branch information
mguetschow committed Nov 26, 2024
1 parent 8094eb7 commit 75db7a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/include/msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@ void msg_init_queue(msg_t *array, int num);

/**
* @brief Prints the message queue of the current thread.
*
* @note Prints at most 16 messages.
*/
void msg_queue_print(void);

Expand Down

0 comments on commit 75db7a4

Please sign in to comment.