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.
FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/intprg.c

23 lines
951 B
C

/***********************************************************************/
/* */
/* 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(); */}