From 5068f3793b8fb8099797076b8bb888abaa3179b6 Mon Sep 17 00:00:00 2001 From: stefanrueger Date: Wed, 12 Feb 2025 17:16:34 +0100 Subject: [PATCH] Shorten ID of LGT parts --- src/avrdude.conf.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index bd2984a6..552111b7 100644 --- a/src/avrdude.conf.in +++ b/src/avrdude.conf.in @@ -15619,9 +15619,9 @@ part parent ".classic" # ata664251 # Logic Green parts #------------------------------------------------------------ -part parent "m88" # lgt8f88p +part parent "m88" # lgt88p desc = "LGT8F88P"; - id = "lgt8f88p"; + id = "lgt88p"; mcuid = 227; signature = 0x1e 0x93 0x0f; autobaud_sync = 0x1c; @@ -15649,9 +15649,9 @@ part parent "m88" # lgt8f88p # LGT8F168P #------------------------------------------------------------ -part parent "m168" # lgt8f168p +part parent "m168" # lgt168p desc = "LGT8F168P"; - id = "lgt8f168p"; + id = "lgt168p"; mcuid = 228; signature = 0x1e 0x94 0x0b; autobaud_sync = 0x1c; @@ -15679,9 +15679,9 @@ part parent "m168" # lgt8f168p # LGT8F328P #------------------------------------------------------------ -part parent "m328" # lgt8f328p +part parent "m328" # lgt328p desc = "LGT8F328P"; - id = "lgt8f328p"; + id = "lgt328p"; mcuid = 229; signature = 0x1e 0x95 0x0f; autobaud_sync = 0x1c;