Skip to content

Commit 43d7718

Browse files
authored
Merge pull request #3 from arduino/fix_patch
fix patch being applied to the wrong part
2 parents ca5e8df + f33bea4 commit 43d7718

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

patches/0001-Added-fake-EFUSE-to-atmega8-part.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From 51d4f690af8c27cebef3d52e79e008ae0ad5a6ab Mon Sep 17 00:00:00 2001
1+
From e0b1abaf882e5d05c15bab8a1b5225474b0f9492 Mon Sep 17 00:00:00 2001
22
From: Umberto Baldi <[email protected]>
3-
Date: Tue, 3 May 2022 16:14:56 +0200
3+
Date: Tue, 31 May 2022 16:14:48 +0200
44
Subject: [PATCH] Added fake EFUSE to atmega8 part. This allows to have a
55
common platform.txt recipe for all the ATMegaXX parts in the Arduino IDE.
66

@@ -15,10 +15,10 @@ Co-authored-by: Martino Facchin <[email protected]>
1515
1 file changed, 7 insertions(+)
1616

1717
diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in
18-
index 362b616..4008218 100644
18+
index 362b616..792d603 100644
1919
--- a/src/avrdude.conf.in
2020
+++ b/src/avrdude.conf.in
21-
@@ -6525,6 +6525,13 @@ part
21+
@@ -6832,6 +6832,13 @@ part
2222
"x x x x x x x x i i i i i i i i";
2323
;
2424

0 commit comments

Comments
 (0)