This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit c92db4440e793c24b002d9b903e55eff1f2ae797 Author: simbit18 <[email protected]> AuthorDate: Sun Jul 26 20:49:19 2026 +0200 arch/tricore: nxstyle fix Relative files path - fix Relative file path does not match actual file. Signed-off-by: simbit18 <[email protected]> --- arch/tricore/src/cmake/chip.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/tricore/src/cmake/chip.cmake b/arch/tricore/src/cmake/chip.cmake index a9847c3a19a..222438f7ee1 100644 --- a/arch/tricore/src/cmake/chip.cmake +++ b/arch/tricore/src/cmake/chip.cmake @@ -1,5 +1,5 @@ # ############################################################################## -# arch/tricore/src/cmake/tc3xx.cmake +# arch/tricore/src/cmake/chip.cmake # # SPDX-License-Identifier: Apache-2.0 #
