We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44d53a commit de54133Copy full SHA for de54133
ports/psoc6/boards/make-pins.py
@@ -178,7 +178,7 @@ def get_pin_addr_helper(self, pin_def):
178
return (int(port_number) << 3) + int(pin_number)
179
180
def get_pin_package_path(self, filename):
181
- root_dir = "./mtb_shared/mtb-hal-cat1"
+ root_dir = "../../lib/mtb_shared/mtb-hal-cat1"
182
mid_dir = "COMPONENT_CAT1A/include/pin_packages"
183
for dirpath, dirnames, filenames in os.walk(root_dir):
184
for dirname in dirnames:
0 commit comments