This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 680c5ce797ef1419a9570d718f5fa2711d118cbe Author: simbit18 <[email protected]> AuthorDate: Sat Aug 8 18:03:38 2026 +0200 apps/system/adcscope: nxstyle fix Relative files path - fix Relative file path does not match actual file. Signed-off-by: simbit18 <[email protected]> --- system/adcscope/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/adcscope/Make.defs b/system/adcscope/Make.defs index 1e16190e4..3f617e6cc 100644 --- a/system/adcscope/Make.defs +++ b/system/adcscope/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# apps/systen/adcscope/Make.defs +# apps/system/adcscope/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with
