Skip to content

Commit b8a586d

Browse files
committed
Rename scripts.
1 parent c3734ad commit b8a586d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
generate_vcs_identifier.py
2+
Definition of CPP macro with version control system (VCS) identifier
33
44
This script adds a CPP definition of a version identifier using version control
55
system information. It retrieves the VCS identifier from the 'vcs_utils' module
@@ -10,7 +10,7 @@
1010
designed to be run independently.
1111
"""
1212

13-
from vcs_utils import get_vcs_id
13+
from get_vcs_identifier import get_vcs_id
1414
Import("env")
1515

1616
# Get the VCS ID and conditionally append it to the environment definitions

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build_flags =
2222
-DBAUD_RATE=${this.monitor_speed}
2323
monitor_speed = 115200
2424
extra_scripts =
25-
pre:get_vcs_identifier.py
25+
pre:define_vcs_id_macro.py
2626

2727
[env:native]
2828
platform = native

0 commit comments

Comments
 (0)