config.h

来自「基于中断实现的串口通信程序」· C头文件 代码 · 共 17 行

H
17
字号
/*+------------------------------------------------------------------
 * FileName : config.h
 * Brief    : Leaf-Project Configuration
 * *-------------------------------------------------------------------*/

#ifndef _CONFIG_H_INCLUDED
#define _CONFIG_H_INCLUDED
#define _IN_CONFIG_H
#include <avr/io.h>#include "lib_bupt/usart.h"
#include "lib_bupt/queue.h"
#undef _IN_CONFIG_H
#endif /* _CONFIG_H_INCLUDED */

⌨️ 快捷键说明

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