Skip to content

Commit

Permalink
Merge pull request #27 from emm-gmbh/develop
Browse files Browse the repository at this point in the history
Fix MSP430FR2476 Spelling
  • Loading branch information
ivankravets authored Apr 14, 2022
2 parents dd5d4a6 + b08868a commit 53ba500
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boards/lpmsp430g2476.json → boards/lpmsp430fr2476.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"build": {
"core": "msp430",
"extra_flags": "-DENERGIA_ARCH_MSP430 -DENERGIA_MSP_EXP430G2476LP",
"extra_flags": "-DENERGIA_ARCH_MSP430 -DENERGIA_MSP_EXP430FR2476LP",
"f_cpu": "16000000L",
"hwids": [
[
"0x2341",
"0x0c9f"
]
],
"mcu": "msp430g2476",
"variant": "MSP-EXP430G2476LP"
"mcu": "msp430fr2476",
"variant": "MSP-EXP430FR2476LP"
},
"debug": {
"tools": {
Expand All @@ -36,6 +36,6 @@
"maximum_size": 65536,
"protocol": "dslite"
},
"url": "http://www.ti.com/product/MSP430G2476",
"url": "http://www.ti.com/product/MSP430FR2476",
"vendor": "TI"
}

0 comments on commit 53ba500

Please sign in to comment.