Skip to content

Commit

Permalink
Remove redundant version.c
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieho1124 committed May 23, 2022
1 parent 9ae30e7 commit f063024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions cores/nRF5/version.c

This file was deleted.

4 changes: 2 additions & 2 deletions platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ tools.uploader.upload.pattern={cmd} -f "{build.path}/{build.project_name}.zip" -
#***************************************************
# prebuild hooks for buildtime
#***************************************************
recipe.hooks.sketch.prebuild.1.pattern=python3 "{runtime.tools.buildtime.path}/buildtime.py" "{runtime.platform.path}/cores/{build.core}/version.c"
recipe.hooks.sketch.prebuild.1.pattern.windows="{runtime.tools.buildtime.path}/buildtime.exe" "{runtime.platform.path}/cores/{build.core}/version.c"
recipe.hooks.sketch.prebuild.1.pattern=python3 "{runtime.tools.buildtime.path}/buildtime.py" "{runtime.platform.path}/variants/{build.variant}/version.c"
recipe.hooks.sketch.prebuild.1.pattern.windows="{runtime.tools.buildtime.path}/buildtime.exe" "{runtime.platform.path}/variants/{build.variant}/version.c"

#***************************************************
# Burning bootloader with either jlink or nrfutil
Expand Down

0 comments on commit f063024

Please sign in to comment.