!243 fix: qemu中,timer模块缺少头文件
Merge pull request !243 from give-me-five/master
This commit is contained in:
commit
ff7da435cf
|
@ -42,6 +42,7 @@
|
||||||
#include "los_swtmr.h"
|
#include "los_swtmr.h"
|
||||||
#include "los_tick.h"
|
#include "los_tick.h"
|
||||||
#include "los_context.h"
|
#include "los_context.h"
|
||||||
|
#include "los_interrupt.h"
|
||||||
|
|
||||||
/* accumulative time delta from discontinuous modify */
|
/* accumulative time delta from discontinuous modify */
|
||||||
STATIC struct timespec g_accDeltaFromSet;
|
STATIC struct timespec g_accDeltaFromSet;
|
||||||
|
|
Loading…
Reference in New Issue