Skip to content

Commit

Permalink
reset ioc wait flag (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgn42 authored Oct 7, 2024
1 parent e5e7147 commit 2102c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/stm32CubeMX/stm32CubeMX.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ func Process(cbuildGenIdxYmlPath, outPath, cubeMxPath string, runCubeMx bool, pi
if err != nil {
continue // stay in loop waiting for CubeMX end or change of .mxproject
}
iocProjectWait = false // reset wait for iocProject flag
}
} else {
st, err := os.Stat(mxprojectPath)
Expand Down

0 comments on commit 2102c61

Please sign in to comment.