at91sam7s64.h

来自「最新的(2007.9.3)开源的嵌入文件系统库源码」· C头文件 代码 · 共 15 行

H
15
字号
/* 
   The only differences between AT91SAM7s64.h and AT91SAM7s256.h are in the
   memory-mapping defintions which are not used in this example
   Just include AT91SAM7S256 here and save some space

   Martin Thomas, 2006
*/

#ifndef AT91SAM7S64_H_
#define AT91SAM7S64_H_

#include "AT91SAM7S256.h"
   
#endif

⌨️ 快捷键说明

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