diff --git a/os/rt/include/chobjects.h b/os/rt/include/chobjects.h index 1e6662897..31aa87788 100644 --- a/os/rt/include/chobjects.h +++ b/os/rt/include/chobjects.h @@ -295,8 +295,6 @@ struct ch_thread { }; /** - * @extends threads_queue_t - * * @brief Type of a ready list header. */ typedef struct ch_ready_list {