You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
951 B
C
23 lines
951 B
C
15 years ago
|
/***********************************************************************/
|
||
|
/* */
|
||
|
/* FILE :intprg.c */
|
||
|
/* DATE :Sun, Dec 27, 2009 */
|
||
|
/* DESCRIPTION :Interrupt Program */
|
||
|
/* CPU TYPE :Other */
|
||
|
/* */
|
||
|
/* This file is generated by Renesas Project Generator (Ver.4.16). */
|
||
|
/* */
|
||
|
/***********************************************************************/
|
||
|
|
||
|
|
||
|
|
||
|
#include <machine.h>
|
||
|
#include "vect.h"
|
||
|
#pragma section IntPRG
|
||
|
|
||
|
// 4 Illegal code
|
||
|
void INT_Illegal_code(void){/* sleep(); */}
|
||
|
|
||
|
// Dummy
|
||
|
void Dummy(void){/* sleep(); */}
|