mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:52:44 +01:00
core/thread.h: fix new uncrustify error
This commit is contained in:
parent
f08989a3c8
commit
e27fd3018e
@ -513,7 +513,7 @@ static inline thread_status_t thread_get_status(const thread_t *thread)
|
||||
* @param thread thread to work on
|
||||
* @returns priority of thread
|
||||
*/
|
||||
static inline uint8_t thread_get_priority(const thread_t *thread)
|
||||
static inline uint8_t thread_get_priority(const thread_t *thread)
|
||||
{
|
||||
return thread->priority;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user