From 3e9c2e02c22e95a3c14a6058d48d6d7aa8271e32 Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Thu, 18 Mar 2021 06:53:53 +0800 Subject: [PATCH] fixed the mistake --- bsp/stm32/stm32h750-armfly-h7-tool/applications/main.c | 4 ++-- bsp/stm32/stm32h750-artpi-h750/applications/main.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bsp/stm32/stm32h750-armfly-h7-tool/applications/main.c b/bsp/stm32/stm32h750-armfly-h7-tool/applications/main.c index 63bc1b21e8..73691fa783 100644 --- a/bsp/stm32/stm32h750-armfly-h7-tool/applications/main.c +++ b/bsp/stm32/stm32h750-armfly-h7-tool/applications/main.c @@ -4,8 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 * * Change Logs: - * Date Author Notes - * 2020-11-26 supperthomas first version + * Date Author Notes + * 2019-10-25 zylx first version */ #include diff --git a/bsp/stm32/stm32h750-artpi-h750/applications/main.c b/bsp/stm32/stm32h750-artpi-h750/applications/main.c index 73691fa783..6ab088b624 100644 --- a/bsp/stm32/stm32h750-artpi-h750/applications/main.c +++ b/bsp/stm32/stm32h750-artpi-h750/applications/main.c @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2019-10-25 zylx first version + * 2021-03-17 supperthomas first version */ #include