From dd55d4d8d6ee4707086b36d1b520e67637861034 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 8 Dec 2019 12:26:55 +0000 Subject: [PATCH] board.h edited online with Bitbucket Fixes a stray chacter introduced in a previous commit. --- boards/arm/imxrt/imxrt1020-evk/include/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/imxrt/imxrt1020-evk/include/board.h b/boards/arm/imxrt/imxrt1020-evk/include/board.h index c4835fff00..c1bda3445a 100644 --- a/boards/arm/imxrt/imxrt1020-evk/include/board.h +++ b/boards/arm/imxrt/imxrt1020-evk/include/board.h @@ -1,4 +1,4 @@ -f/***************************************************************************** +/***************************************************************************** * boards/arm/imxrt/imxrt1020-evk/include/board.h * * Copyright (C) 2018 Gregory Nutt. All rights reserved.