driverconfig.h

来自「很好的资料」· C头文件 代码 · 共 16 行

H
16
字号

// Used when debugging the flash loader as a normal standalone application.


//#define DEBUG 1


#ifdef DEBUG
#define DEBUG_ARGS "--base 0x00101000"
#define DEBUG_FILE "C:\\tmp\\FlashAT91SAM7.sim"
#define FLASH_BASE_ADDRESS (-0x01000)
#endif

// End

⌨️ 快捷键说明

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