1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

remove suprerfluous thread_yield declaration

This commit is contained in:
Ludwig Ortmann 2013-12-19 13:04:04 +01:00
parent 8dd9db3c45
commit 50d488e6bc
2 changed files with 1 additions and 3 deletions

View File

@ -14,6 +14,7 @@ See the file LICENSE in the top level directory for more details.
#include "kernel.h"
#include "kernel_internal.h"
#include "sched.h"
#include "thread.h"
volatile int __inISR = 0;

View File

@ -125,9 +125,6 @@ inline void dINT(void)
dint();
}
void thread_yield(void);
int inISR(void);
void msp430_cpu_init(void);