Skip to content

Commit 851c0bb

Browse files
committed
system/irtest/Make.defs: fixed the wrong path
fix this error make[3] *** /nuttxspace/nuttx/apps/testing/irtest: No such file or directory. Stop. error due to this change apps/testing: Move irtest/sensortest/resmonitor/monkey to apps/system apache#2976 Signed-off-by: simbit18 <[email protected]>
1 parent 751c4ef commit 851c0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: system/irtest/Make.defs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
############################################################################
2222

2323
ifneq ($(CONFIG_SYSTEM_IRTEST),)
24-
CONFIGURED_APPS += $(APPDIR)/testing/irtest
24+
CONFIGURED_APPS += $(APPDIR)/system/irtest
2525
endif

0 commit comments

Comments
 (0)