From 25500891c62c49b543c9c9e536894f94c50e5943 Mon Sep 17 00:00:00 2001 From: sallai Date: Tue, 6 Nov 2007 21:43:03 +0000 Subject: [PATCH] fixed a typo --- support/make/iris.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/make/iris.target b/support/make/iris.target index ba760640..7ce8a075 100644 --- a/support/make/iris.target +++ b/support/make/iris.target @@ -5,7 +5,7 @@ PLATFORM = iris SENSORBOARD ?= micasb PROGRAMMER ?= avrdude -AVRGCC_SUPPORTS_ATM1281 = $(shell avr-gcc --target-help 2>&1 | grep -c atmega12811) +AVRGCC_SUPPORTS_ATM1281 = $(shell avr-gcc --target-help 2>&1 | grep -c atmega1281) ifneq ($(AVRGCC_SUPPORTS_ATM1281),1) $(error Found avr-gcc with no ATMega1281 support. For details on upgrading your toolchain, please see "http://www.isis.vanderbilt.edu/projects/NEST/tinyos-2.x-iris/doc/html/install-tinyos-iris.html") endif -- 2.39.2