Skip to content

Commit

Permalink
Merge pull request #20 from decaday/fix/typo2
Browse files Browse the repository at this point in the history
Fix #6 typo in new examples
  • Loading branch information
rabbitsaviola authored Feb 14, 2025
2 parents 821cd14 + 4a22b29 commit 933aade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/bt/hfp/project/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ DoBuilding(TARGET, objs)
# Add flash table
AddFTAB(SIFLI_SDK,rtconfig.CHIP)

GenDownloaScript(env)
GenDownloadScript(env)
2 changes: 1 addition & 1 deletion example/bt/music_source/project/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ AddFTAB(SIFLI_SDK,rtconfig.CHIP)
fs_bin=FileSystemBuild( "../disk", env)
AddCustomImg("fs_root",bin=[fs_bin])

GenDownloaScript(env)
GenDownloadScript(env)

0 comments on commit 933aade

Please sign in to comment.