📄 bspclean.c
字号:
/* * MCF5206eLITE bsp_cleanup * * This routine returns control from RTEMS to the dBUG monitor. * * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia. * Author: Victor V. Vengerov <vvv@oktet.ru> * * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. * * $Id: bspclean.c,v 1.1.4.2 2003/09/04 18:44:30 joel Exp $ */#include <rtems.h>#include <bsp.h>/* bsp_cleanup -- * This function called when RTEMS execution is finished. bsp_cleanup * for MCF5206eLITE evaluation board throw execution to the dBUG * monitor. * * PARAMETERS: * none * * RETURNS: * none */voidbsp_cleanup(void){}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -