Skip to content
Snippets Groups Projects
Commit 042d1d3c authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added the static modifier to the dyn_manager_wait_stopped function.

parent dca2bc06
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ static inline unsigned char dyn_manager_get_period(TDynManager *manager)
return manager->period_ms;
}
void dyn_manager_start(TDynManager *manager);
inline void dyn_manager_wait_stopped(TDynManager *manager)
static inline void dyn_manager_wait_stopped(TDynManager *manager)
{
while(manager->running==0x01);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment