1
0
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:
Alexandre Abadie 2019-07-06 22:42:41 +02:00
parent 8196ea7e58
commit fdfd3133f7
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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
*
* @{