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:
parent
8dd9db3c45
commit
50d488e6bc
@ -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;
|
||||
|
||||
|
||||
@ -125,9 +125,6 @@ inline void dINT(void)
|
||||
dint();
|
||||
}
|
||||
|
||||
void thread_yield(void);
|
||||
|
||||
|
||||
int inISR(void);
|
||||
|
||||
void msp430_cpu_init(void);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user