msstate_lrwpan.h
来自「无线温度传感器程序」· C头文件 代码 · 共 24 行
H
24 行
/*
top level include file
should be included by all stack code
includes functions/defintions common to all layers
*/
#ifndef MSSTATE_LRWPAN_H
#define MSSTATE_LRWPAN_H
#include "compiler.h" //compiler specific
#include "lrwpan_common_types.h" //types common acrosss most files
#include "hal.h"
#include "console.h"
#include "halstack.h"
#include "evboard.h"
#include "ieee_lrwpan_defs.h"
#include "phy.h"
#include "mac.h"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?