From bf092dbef6433f4a9cb25eb097933893c6bd8079 Mon Sep 17 00:00:00 2001 From: skarg Date: Tue, 25 Aug 2009 04:38:13 +0000 Subject: [PATCH] Corrected comment. --- bacnet-stack/ports/bdk-atxx4-mstp/fuses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/ports/bdk-atxx4-mstp/fuses.c b/bacnet-stack/ports/bdk-atxx4-mstp/fuses.c index d737d2d5..3ba0d024 100644 --- a/bacnet-stack/ports/bdk-atxx4-mstp/fuses.c +++ b/bacnet-stack/ports/bdk-atxx4-mstp/fuses.c @@ -87,7 +87,7 @@ FUSES = { /* note: fuses are enabled by clearing the bit, so any fuses listed below are cleared fuses, or are BODLEVEL bits that are zero. */ - /* Brown-out detection VCC=2.7V */ + /* Brown-out detection VCC=4.3V */ .extended = (FUSE_BODLEVEL1 & FUSE_BODLEVEL0) };