Skip to content
Snippets Groups Projects
Commit 735c4178 authored by Christian Mehlis's avatar Christian Mehlis
Browse files

remove unused static function

parent 6428bd55
No related branches found
No related tags found
No related merge requests found
...@@ -52,12 +52,6 @@ static void hwtimer_releasemutex(void* mutex) { ...@@ -52,12 +52,6 @@ static void hwtimer_releasemutex(void* mutex) {
mutex_unlock((mutex_t*) mutex); mutex_unlock((mutex_t*) mutex);
} }
static void hwtimer_wakeup(void *ptr)
{
int pid = (int)ptr;
thread_wakeup(pid);
}
void hwtimer_spin(unsigned long ticks) void hwtimer_spin(unsigned long ticks)
{ {
unsigned long co = hwtimer_arch_now() + ticks; unsigned long co = hwtimer_arch_now() + ticks;
......
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