mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-05-03 03:40:54 -04:00
23 lines
951 B
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(); */}
|