.platform

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

PLATFORM
17
字号
# 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/eyesIFXv2  %T/platforms/eyesIFX/chips/at45db  %T/chips/at45db) );push ( @opts, qw(  -mmcu=msp430x1611) );

⌨️ 快捷键说明

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