Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Message

Re: [lpc2000] More on spurious interrupts...

2006-03-17 by 42Bastian Schick

Dave Such schrieb:
> I personally use
> 
> void dummy(void){}
> 
> for ALL unused vectors.

May I recommend to use:
void dummy(void){
	Error(ILLEGAL_INTERRUPT);
}

instead.

Ignoring an unwanted interrupt may lead to problems.

-- 
42Bastian

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.