📄 target_includes.h
字号:
/* Copyright (c) 2007 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is confidential property of
* Nordic Semiconductor. The use, copying, transfer or disclosure
* of such information is prohibited except by express written
* agreement with Nordic Semiconductor.
*/
/** @file
*
* Target specific include directives. The file name is standardised, but the
* contents will vary according to the target. Separate the files by locating
* them in different folders. The goal is to avoid the use \#ifdef for
* conditional compilation, which is difficult to maintain and prone to errors.
*
*
* @author Eirik Midttun
*/
#ifndef TARGET_INCLUDES_H__
#define TARGET_INCLUDES_H__
#include "l01_bfb.h"
#include "mcu_f320.h"
#endif // TARGET_INCLUDES_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -