start.c

来自「at91的一个bootloader」· C语言 代码 · 共 12 行

C
12
字号
//-----------------------------------------------------------------------------
// Just vector to AppMain(). This is in its own file so that I can place it
// with the linker script.
// Jonathan Westhues, Mar 2006
//-----------------------------------------------------------------------------
void Vector(void)
{
    // Of course, for real you would jump to your start code here.
    for(;;) 
        ;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?