mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
core/sched_native: fix duplicate core_sched group definition
Introduce core_sched_native group and put this in group in parent core_sched group
This commit is contained in:
parent
8196ea7e58
commit
fdfd3133f7
@ -7,9 +7,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup core_sched Scheduler
|
||||
* @ingroup core
|
||||
* @brief The RIOT scheduler
|
||||
* @defgroup core_sched_native Scheduler for native
|
||||
* @ingroup core_sched
|
||||
* @brief The RIOT scheduler for the native platform
|
||||
* @details
|
||||
*
|
||||
* @{
|
||||
|
Loading…
Reference in New Issue
Block a user