?? version.h
字號:
/* * Boot Loader Version * * This file is automatically generated from Makefile */#ifndef __JASPERBOOT_VERSION_H#define __JASPERBOOT_VERSION_H#define BOOTLOADER_MAJORVERSION 1#define BOOTLOADER_MINORVERSION 0#define BOOTLOADER_PATCHLEVEL 0#define MAKE_VERSION(a, b, c) (((a) << 16) | ((b) << 8) | (c))#define BOOTLOADER_VERSION MAKE_VERSION(1, 0, 0)#define BOOTLOADER_VERSIONSTR "1.0.0"#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -