www.pudn.com > UDISK.rar > ISR.C
//************************************************************************
//author:dragon
//web:8dragon.com
//2004.2.5完成于桃龙源
//*************************************************************************
#include "host_811.h"
#include "fw.h"
extern BYTE UsbEvent;
void ISR_INT0(void) interrupt 0
{
DISABLE_INTERRUPTS;
SL811Write(IntStatus,INT_CLEAR);
UsbEvent=TRUE;
ENABLE_INTERRUPTS;
}
//************************************************************************
//author:dragon
//web:8dragon.com
//2004.2.5完成于桃龙源
//*************************************************************************