platform_params.h
来自「tinyos最新版」· C头文件 代码 · 共 22 行
H
22 行
/* Author: Victor Shnayder * * TOSSIM has hardwired CPU frequency (4Mhz, which is correct on the * mica, but not mica2) * * Need to fix it... */#ifndef PLATFORM_PARAMS_H#define PLATFORM_PARAMS_H/* Uncomment the following to simulate the original mica */#define CPU_FREQ 4000000/* Uncomment the following to simulate the mica2 */// FIXME!!!!!!! Not all of tossim is changed to respect CPU_FREQ yet,// so can't use this yet (in particular, hpl.c, EEPROM timings, some stuff in// Nido.nc)// #define CPU_FREQ 7370000#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?