?? custom.h
字號:
//-----------------------------------------------------------------------------
// File: custom.h
// Contents: Header file for FX2 ATA customization.
//
// Copyright (c) 2002 Cypress Semiconductor, Inc. All rights reserved
//
// $Workfile: custom.h $
// $Date: 5/02/02 11:13a $
// $Revision: 4 $
//-----------------------------------------------------------------------------
#define CUSTOM_SKIP_ID_DEVICE_IF() \
if (1)
// Custom macro to allow custom code to be inserted before we connect to USB.
#define CUSTOM_WAIT_BEFORE_CONNECT() \
;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -