Skip to content

Commit 976b286

Browse files
committed
[bsp/stm32/rmc] revise code format.
1 parent 6175a59 commit 976b286

File tree

5 files changed

+152
-152
lines changed

5 files changed

+152
-152
lines changed

bsp/stm32/stm32f407-robomaster-c/applications/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2018, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

bsp/stm32/stm32f407-robomaster-c/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
/**
146146
* @brief This is the HAL system configuration section
147147
*/
148-
#define VDD_VALUE ((uint32_t)3300U) /*!< Value of VDD in mv */
148+
#define VDD_VALUE ((uint32_t)3300U) /*!< Value of VDD in mv */
149149
#define TICK_INT_PRIORITY ((uint32_t)0U) /*!< tick interrupt priority */
150150
#define USE_RTOS 0U
151151
#define PREFETCH_ENABLE 1U

0 commit comments

Comments
 (0)