1
0
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:
Jan Romann 2021-08-14 14:47:47 +02:00
parent b9c743cde3
commit 3c86b74dc6
No known key found for this signature in database
GPG Key ID: 9D6F0ED2C06FDDB0

View File

@ -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);