From 4ee99355cd5995de1d7201465033fe02637dc40e Mon Sep 17 00:00:00 2001 From: skarg Date: Mon, 12 Sep 2011 21:27:13 +0000 Subject: [PATCH] Corrected GCC version check. --- bacnet-stack/ports/bdk-atxx4-mstp/fuses.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/ports/bdk-atxx4-mstp/fuses.c b/bacnet-stack/ports/bdk-atxx4-mstp/fuses.c index 95ec3c6b..fe0ff390 100644 --- a/bacnet-stack/ports/bdk-atxx4-mstp/fuses.c +++ b/bacnet-stack/ports/bdk-atxx4-mstp/fuses.c @@ -24,7 +24,7 @@ *************************************************************************/ #include "hardware.h" -#if defined(__GNUC__) && (__GNUC__ > 4) +#if defined(__GNUC__) && (__GNUC__ >= 4) /* AVR fuse settings for ATmega644P */ FUSES = { /* == LOW FUSE or LFUSE settings == */ @@ -73,7 +73,7 @@ FUSES = { or are BOOTSZ bits that are zero. */ .high = (FUSE_BOOTSZ1 & FUSE_EESAVE & FUSE_SPIEN & FUSE_JTAGEN), /* == EXTENDED FUSE or EFUSE settings == */ - /* BODLEVEL configuration + /* BODLEVEL configuration BODLEVEL2 BODLEVEL1 BODLEVEL0 Voltage --------- --------- --------- -------- 1 1 1 disabled