Skip to content

Commit

Permalink
Update core/include/core_types.h
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Abadie <[email protected]>
  • Loading branch information
maribu and aabadie authored Jan 13, 2022
1 parent 54b7881 commit 329b85e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/include/core_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ typedef int16_t kernel_pid_t;
typedef void *(*thread_task_func_t)(void *arg);

/**
* @name Thread states supported by RIOT
* @brief Thread states supported by RIOT
*
* Keep in sync with OpenOCD src/rtos/riot.c
* @{
*/
typedef enum {
STATUS_STOPPED, /**< has terminated */
Expand All @@ -74,7 +73,6 @@ typedef enum {
STATUS_PENDING, /**< waiting to be scheduled to run */
STATUS_NUMOF /**< number of supported thread states */
} thread_status_t;
/** @} */

/**
* @brief Type definition of thread_flags_t
Expand Down

0 comments on commit 329b85e

Please sign in to comment.