📄 halneighbor.c
字号:
/*
V0.1 Initial Release 10/July/2006 RBR
V0.1 Port over TMote 4/January/2007 RS
*/
//allocating large blocks of memory can
//be problematic
#include "compiler.h"
#include "lrwpan_config.h" //user configurations
#include "lrwpan_common_types.h"
#include "neighbor.h"
//address table map
//trying to leave it
//see lrwpan_config.h for more information
MAPENTRY mac_addr_tbl[LRWPAN_MAX_ADDRESS_MAP_ENTRIES]; //matching short & IEEE addresses
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -