?? callback.h
字號:
#ifndef EJ_CALLBACK_H
#define EJ_CALLBACK_H
#include <services\services.h> // system services
#ifdef __cplusplus
extern "C" {
#endif
/*********************************************************************
Function: ExceptionHandler
HWErrorHandler
Description: We should never get an exception or hardware error,
but just in case we'll catch them and simply turn
on all the LEDS should one ever occur.
*********************************************************************/
ADI_INT_HANDLER(ExceptionHandler); // exception handler
ADI_INT_HANDLER(HWErrorHandler); // hardware error handler
#ifdef __cplusplus
}
#endif
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -