version.h

来自「Freescale的S08BDM开发工具制作资料」· C头文件 代码 · 共 29 行

H
29
字号
#define VERSION_SW  0x01
#define VERSION_HW  0x10
#define VERSION     (VERSION_HW+256*VERSION_SW)  /* intel endianism */

/* SW Changes:

0.1   12/12/2004    Initial coding


*/

/* General comments:

*/

/* Known bugs:

1. device not functional after computer hibernation

When the device is attached and the computer is hibernated
and then woken up again, the computer does not seem to want to talk to the device
anymore. I do not know what to do about this. Other devices (like my mouse) seem to 
survive the same thing OK, so it must be the device, but what is it? Enabling/disabling
the device in device manager brings it into stop and wakes it up again as expected. The 
computer cuts power to the device during hibernation, what is it expecting??


*/

⌨️ 快捷键说明

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