From bfdb76c609f7a73dc4d41b874754e357aa8191cb Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Fri, 10 Mar 2023 14:29:35 +0100 Subject: [PATCH] apps/examples/cordic/Makefile: fix nxstyle fix error: Relative file path does not match actual file --- examples/cordic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cordic/Makefile b/examples/cordic/Makefile index c58d75a75..36918650a 100644 --- a/examples/cordic/Makefile +++ b/examples/cordic/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/examples/cordic/Make.defs +# apps/examples/cordic/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with