This is an automated email from the ASF dual-hosted git repository. davids5 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 02d293d4b7bca6a51ad88e9a8214789e8c4d0397 Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Mon Mar 6 12:21:05 2023 +0100 qe.h: fix nxstyle fix error: Relative file path does not match actual file --- examples/qencoder/qe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/qencoder/qe.h b/examples/qencoder/qe.h index 2c001ba33..ab243c6d8 100644 --- a/examples/qencoder/qe.h +++ b/examples/qencoder/qe.h @@ -1,5 +1,5 @@ /**************************************************************************** - * apps/examples/examples/qe/qe.h + * apps/examples/qencoder/qe.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with