📄 ts101_ez_kit_defines.h
字号:
//***********************************************************************
// Defines for the ADSP-TS101S TigerSHARC EZ-Kit
// TS101_EZ_KIT_Defines.h
//
// Users of the ADSP-TS101S EZ-Kit need to define one of the two
// selections below based on their revision of the EZ-Kit.
// This selection affects the SDRCON setting that takes place in
// 'inita.c'.
//***********************************************************************
#ifdef __ADSPTS101__
#define REV1_3_EZKIT
// #define REV1_2_EZKIT
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -