Skip to content
Snippets Groups Projects
Commit 10816795 authored by Sasan Golchin's avatar Sasan Golchin Committed by Federico
Browse files

sleeping_list of the kernel has been made static

parent 79649de2
Branches
No related tags found
2 merge requests!40Update to Miosix 2.7,!17Draft: Improved miosix build system and fixed cmake scripts
......@@ -63,7 +63,7 @@ volatile Thread *cur=NULL;///<\internal Thread currently running
///\internal True if there are threads in the DELETED status. Used by idle thread
static volatile bool exist_deleted=false;
SleepData *sleeping_list=NULL;///list of sleeping threads
static SleepData *sleeping_list=NULL;///list of sleeping threads
#ifndef USE_CSTIMER
static volatile long long tick=0;///<\internal Kernel tick
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment