mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 18:03:19 +00:00
arm64/imx8: fix build break
Error: chip/imx8qm_lowputc.S:23:1: error: "/*" within comment [-Werror=comment]
23 | /****************************************************************************
|
Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
parent
9fb84700a8
commit
5cd3eed323
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
* License for the specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
****************************************************************************
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue