You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/libs/libmf/source/wt0adda.c

13 lines
286 B

#include "ax8052.h"
#include "wtimer.h"
__reentrantb void wtimer0_addabsolute(struct wtimer_desc __xdata *desc) __reentrant
{
uint8_t iesave = IE & 0x80;
EA = 0;
wtimer0_update();
wtimer0_addcore(desc);
wtimer0_schedq();
IE |= iesave;
}

Powered by TurnKey Linux.