.platform

来自「tinyos-2.0源代码!转载而已!要的尽管拿!」· PLATFORM 代码 · 共 18 行

PLATFORM
18
字号
# Includes that should take precedence come first.  Platforms come before# chips because they may override files.  These must be specified as# @includes instead of -I's to @opts, otherwise the %T won't be processed# by ncc.  push( @includes, qw(  %T/platforms/eyesIFX/eyesIFXv1  %T/platforms/eyesIFX/chips/stm25p  %T/chips/stm25p) );push ( @opts, qw(  -mmcu=msp430x149) );

⌨️ 快捷键说明

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