target_includes.h

来自「这是nrf24lu1的无线鼠标源代码,应用平台是keil c」· C头文件 代码 · 共 27 行

H
27
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?