Skip to content

Commit

Permalink
Fix flash memory size for nucleo_g0b1re
Browse files Browse the repository at this point in the history
Resolves #723
  • Loading branch information
valeros authored Aug 25, 2023
1 parent 6e0a89b commit aea0b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/nucleo_g0b1re.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"name": "ST Nucleo G0B1RE",
"upload": {
"maximum_ram_size": 147456,
"maximum_size": 262144,
"maximum_size": 524288,
"protocol": "stlink",
"protocols": [
"blackmagic",
Expand Down

0 comments on commit aea0b04

Please sign in to comment.