Skip to content

Commit 69dcd14

Browse files
jaenrig-ifxactions-user
authored andcommitted
psoc6/Makefile: Using etdevs-query pip installed tool.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent f43db52 commit 69dcd14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/psoc6/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ endif
223223

224224
attached_devs:
225225
@:
226-
$(eval ATTACHED_TARGET_LIST = $(shell $(PYTHON) $(TOP)/lib/mpy-test-ext/devs_query.py serial_number $(MULTI_BOARD_DEVS_OPTS)))
226+
$(eval ATTACHED_TARGET_LIST = $(shell etdevs-query serial_number $(MULTI_BOARD_DEVS_OPTS)))
227227
$(eval ATTACHED_TARGETS_NUMBER = $(words $(ATTACHED_TARGET_LIST)))
228228
$(info Number of attached targets : $(ATTACHED_TARGETS_NUMBER))
229229
$(info List of attached targets : $(ATTACHED_TARGET_LIST))

0 commit comments

Comments
 (0)