?? bsp.c
字號(hào):
/*
; ----------------------------------------------------------------------
; File: bsp.c
;
; SPARCLite 832 Evaluation Board for the uC/OS Real-time multitasking kernel
;
; Written by Brad Denniston (bradd@vpeng.com) Sept 1998
; ----------------------------------------------------------------------
*/
#include "bsp.h"
/*
; -------------------------------------------------------------------
; BoardInit - initialize the 832ev board
; -------------------------------------------------------------------
*/
void
BSPInit()
{
/* Set up timer2 as the task timer */
InitTimer();
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -