From ea27bfef1e555e21dd2e8896e9ba41c535f68c11 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 7 Nov 2021 15:48:01 +0000 Subject: [PATCH] bug #51409: Can't program EFUSE on ATmega32M1 Was already fixed, adjust bug id in NEWS git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1460 81a1dc3b-b13d-400b-aceb-764788c761c2 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0c09a7bd..55d730a1 100644 --- a/NEWS +++ b/NEWS @@ -53,7 +53,7 @@ Current: bug #49455: support for tiny441 bug #57428: document when 'arduino' or 'wiring' should be used, and -D requirement of latter bug #58095: error setting efuse on atmega328pb variant - no-id: efuse section on ATmega32M1 lacks 'size' + bug #51409: Can't program EFUSE on ATmega32M1 bug #60753: Patch #1436 breaks multiple programmer/device combinations on MacOS BigSur bug #59525: Bogus error message because Copy/Paste typo in stk500.c bug #58078: [PATCH] buspirate: remove compound literals (fixes GCC>=9)