Skip to content

Commit

Permalink
fix the comment that was referring to the wrong filename
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed Apr 27, 2023
1 parent 3618d28 commit 0fbb88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino/cores/board.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (b *Board) buildConfigOptionsStructures() {
allConfigs := b.Properties.SubTree("menu")
allConfigOptions := allConfigs.FirstLevelOf()

// Used to show the config options in the same order as the menu, defined at the begging of platform.txt
// Used to show the config options in the same order as the menu, defined at the begging of boards.txt
if b.PlatformRelease.Menus != nil {
for _, menuOption := range b.PlatformRelease.Menus.FirstLevelKeys() {
if _, ok := allConfigOptions[menuOption]; ok {
Expand Down

0 comments on commit 0fbb88a

Please sign in to comment.