1
0
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:
Martine Lenders 2021-11-03 21:50:28 +01:00
parent f08989a3c8
commit e27fd3018e
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

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