This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 5cd3eed323 arm64/imx8: fix build break
5cd3eed323 is described below

commit 5cd3eed32318e225103ff85a0a733bf760dcf0c8
Author: chao an <[email protected]>
AuthorDate: Tue Dec 3 08:37:02 2024 +0800

    arm64/imx8: fix build break
    
    Error: chip/imx8qm_lowputc.S:23:1: error: "/*" within comment 
[-Werror=comment]
       23 | 
/****************************************************************************
          |
    Signed-off-by: chao an <[email protected]>
---
 arch/arm64/src/imx8/imx8qm_lowputc.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/src/imx8/imx8qm_lowputc.S 
b/arch/arm64/src/imx8/imx8qm_lowputc.S
index 7bcd1c3a18..43e81b752b 100644
--- a/arch/arm64/src/imx8/imx8qm_lowputc.S
+++ b/arch/arm64/src/imx8/imx8qm_lowputc.S
@@ -18,7 +18,7 @@
  * License for the specific language governing permissions and limitations
  * under the License.
  *
- ****************************************************************************
+ ****************************************************************************/
 
 /****************************************************************************
  * Included Files

Reply via email to