Skip to content

Commit

Permalink
arm64/imx8: fix build break
Browse files Browse the repository at this point in the history
Error: chip/imx8qm_lowputc.S:23:1: error: "/*" within comment [-Werror=comment]
   23 | /****************************************************************************
      |
Signed-off-by: chao an <[email protected]>
  • Loading branch information
anchao authored and xiaoxiang781216 committed Dec 3, 2024
1 parent 9fb8470 commit 5cd3eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/src/imx8/imx8qm_lowputc.S
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* License for the specific language governing permissions and limitations
* under the License.
*
****************************************************************************
****************************************************************************/

/****************************************************************************
* Included Files
Expand Down

0 comments on commit 5cd3eed

Please sign in to comment.