From b301836c064c32a14587c88164386ab2d4b40d6d Mon Sep 17 00:00:00 2001 From: regehr Date: Thu, 14 Feb 2008 20:31:21 +0000 Subject: [PATCH] allow nesC 1.3 --- tools/tinyos/misc/tos-check-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " . -- 2.39.2