img_sig.h

来自「Boot code for ADM5120 with serial consol」· C头文件 代码 · 共 16 行

H
16
字号
/* ADMtek download module signature utility V0.1      */ /* This is an auto-generated file.                    *//* Please do not modify it.                           */#ifndef _IMG_SIG_H_#define _IMG_SIG_H_char img_sig[]={0xdc, 0xae, 0x6e, 0x74, 0xfa, 0x87, 0xc2, 0x4a, 0x49, 0xee, 0xf2, 0xac, 0xb1, 0x5f, 0xec, 0xd4, 0x6b, 0x46, 0x52, 0xbe};int img_sig_len = sizeof(img_sig);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?