Skip to content

Commit f7dadea

Browse files
authored
Merge pull request #1951 from stefanrueger/shorten-lgt
Shorten ID of LGT parts
2 parents 3846c0e + 5068f37 commit f7dadea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/avrdude.conf.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15624,9 +15624,9 @@ part parent ".classic" # a664251
1562415624
# Logic Green parts
1562515625
#------------------------------------------------------------
1562615626

15627-
part parent "m88" # lgt8f88p
15627+
part parent "m88" # lgt88p
1562815628
desc = "LGT8F88P";
15629-
id = "lgt8f88p";
15629+
id = "lgt88p";
1563015630
mcuid = 227;
1563115631
signature = 0x1e 0x93 0x0f;
1563215632
autobaud_sync = 0x1c;
@@ -15654,9 +15654,9 @@ part parent "m88" # lgt8f88p
1565415654
# LGT8F168P
1565515655
#------------------------------------------------------------
1565615656

15657-
part parent "m168" # lgt8f168p
15657+
part parent "m168" # lgt168p
1565815658
desc = "LGT8F168P";
15659-
id = "lgt8f168p";
15659+
id = "lgt168p";
1566015660
mcuid = 228;
1566115661
signature = 0x1e 0x94 0x0b;
1566215662
autobaud_sync = 0x1c;
@@ -15684,9 +15684,9 @@ part parent "m168" # lgt8f168p
1568415684
# LGT8F328P
1568515685
#------------------------------------------------------------
1568615686

15687-
part parent "m328" # lgt8f328p
15687+
part parent "m328" # lgt328p
1568815688
desc = "LGT8F328P";
15689-
id = "lgt8f328p";
15689+
id = "lgt328p";
1569015690
mcuid = 229;
1569115691
signature = 0x1e 0x95 0x0f;
1569215692
autobaud_sync = 0x1c;

0 commit comments

Comments
 (0)