Skip to content

Commit de54133

Browse files
jaenrig-ifxactions-user
authored andcommitted
psoc6/baords/make-pins.py: Updated path to pin header files.
Signed-off-by: jaenrig-ifx <[email protected]>
1 parent e44d53a commit de54133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/psoc6/boards/make-pins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def get_pin_addr_helper(self, pin_def):
178178
return (int(port_number) << 3) + int(pin_number)
179179

180180
def get_pin_package_path(self, filename):
181-
root_dir = "./mtb_shared/mtb-hal-cat1"
181+
root_dir = "../../lib/mtb_shared/mtb-hal-cat1"
182182
mid_dir = "COMPONENT_CAT1A/include/pin_packages"
183183
for dirpath, dirnames, filenames in os.walk(root_dir):
184184
for dirname in dirnames:

0 commit comments

Comments
 (0)