From: regehr Date: Thu, 14 Feb 2008 20:31:21 +0000 (+0000) Subject: allow nesC 1.3 X-Git-Tag: release_tinyos_2_1_0_0~545 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=b301836c064c32a14587c88164386ab2d4b40d6d allow nesC 1.3 --- diff --git a/tools/tinyos/misc/tos-check-env b/tools/tinyos/misc/tos-check-env index 86a02482..c5b8571f 100755 --- a/tools/tinyos/misc/tos-check-env +++ b/tools/tinyos/misc/tos-check-env @@ -158,7 +158,7 @@ sub chk_nesc { while () { if (/nescc:/) { print $_; - $versionok = 1 if /1\.2/; + $versionok = 1 if (/1\.2/ || /1\.3/); } elsif (/Unknown target /) { $warning = "--> WARNING: nescc (nesc) was found, but the version could " . "not be verified. Verify that the ncc version that you have is $nescversion " .