This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit ab26b11bbc05d5bdafdb7c252c1b32f00d2cb418 Author: simbit18 <[email protected]> AuthorDate: Tue Mar 7 15:25:04 2023 +0100 apps/modbus/functions/Make.defs: Fix mistakes in comments Fix mistakes in comments --- modbus/functions/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modbus/functions/Make.defs b/modbus/functions/Make.defs index 9027dce62..979cf5d79 100644 --- a/modbus/functions/Make.defs +++ b/modbus/functions/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# apps/modbus/nuttx/Make.defs +# apps/modbus/functions/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with
