Skip to content

Commit

Permalink
Fix double comment
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials authored Nov 18, 2024
1 parent fe4dae9 commit c32b749
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions custom_targets/custom_targets.json5
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@
},

// Internal RAM bank 2. Size 32k, start address 0x10000000 (though it is also aliased at 0x20020000).
// Note: Important to list this one first, because the bank listed first will become bank 0, and this
// target has a legacy linker script that expects that this bank is bank 0 instead of requesting it by name.
"IRAM2": {
"access": {
"execute": false,
Expand All @@ -86,4 +84,4 @@
}
}
}
}
}

0 comments on commit c32b749

Please sign in to comment.