mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +01:00
remove unused static function
This commit is contained in:
parent
6428bd5546
commit
735c41786d
@ -52,12 +52,6 @@ static void hwtimer_releasemutex(void* 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)
|
||||
{
|
||||
unsigned long co = hwtimer_arch_now() + ticks;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user