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 9ae5f15073d408272d66d801a97e5f6bebf551fb Author: simbit18 <[email protected]> AuthorDate: Sat Aug 8 17:21:35 2026 +0200 apps/industry/nxmodbus: nxstyle fix Relative files path - fix Relative file path does not match actual file. Signed-off-by: simbit18 <[email protected]> --- industry/nxmodbus/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/industry/nxmodbus/Make.defs b/industry/nxmodbus/Make.defs index 539b48d64..3803f4a9d 100644 --- a/industry/nxmodbus/Make.defs +++ b/industry/nxmodbus/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# apps/modbus/nxmodbus/Make.defs +# apps/industry/nxmodbus/Make.defs # # SPDX-License-Identifier: Apache-2.0 #
