halneighbor.c

来自「* "Copyright (c) 2006 Robert B. Reese ("」· C语言 代码 · 共 25 行

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