mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
core: uncrustify
This commit is contained in:
parent
b9c743cde3
commit
3c86b74dc6
@ -49,6 +49,7 @@ static inline __attribute__((always_inline)) void _block(mutex_t *mutex,
|
|||||||
unsigned irq_state)
|
unsigned irq_state)
|
||||||
{
|
{
|
||||||
thread_t *me = thread_get_active();
|
thread_t *me = thread_get_active();
|
||||||
|
|
||||||
/* Fail visibly even if a blocking action is called from somewhere where
|
/* Fail visibly even if a blocking action is called from somewhere where
|
||||||
* it's subtly not allowed, eg. board_init */
|
* it's subtly not allowed, eg. board_init */
|
||||||
assert(me != NULL);
|
assert(me != NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user