mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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)
|
||||
{
|
||||
thread_t *me = thread_get_active();
|
||||
|
||||
/* Fail visibly even if a blocking action is called from somewhere where
|
||||
* it's subtly not allowed, eg. board_init */
|
||||
assert(me != NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user