📄 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 + -