This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch releases/13.0 in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit f74d8e6a9d4ff308662558a2821ccef075062d3e 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 #
