Skip to content

Commit 82b1eb3

Browse files
committed
format file
1 parent 6bd459a commit 82b1eb3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bsp/nxp/mcx/mcxa/frdm-mcxa346/applications/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
int main(void)
2121
{
2222

23-
23+
2424
#if defined(__CC_ARM)
2525
rt_kprintf("using armcc, version: %d\n", __ARMCC_VERSION);
2626
#elif defined(__clang__)

bsp/nxp/mcx/mcxa/frdm-mcxa346/board/MCUX_Config/board/clock_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
6-
6+
77
/***********************************************************************************************************************
88
* This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
99
* will be overwritten if the respective MCUXpresso Config Tools is used to update this file.

bsp/nxp/mcx/mcxa/frdm-mcxa346/board/MCUX_Config/board/clock_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
6-
6+
77
/***********************************************************************************************************************
88
* This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
99
* will be overwritten if the respective MCUXpresso Config Tools is used to update this file.

bsp/nxp/mcx/mcxa/frdm-mcxa346/board/MCUX_Config/board/pin_mux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void BOARD_InitPins(void)
6262
RESET_ReleasePeripheralReset(kLPUART0_RST_SHIFT_RSTn);
6363
RESET_ReleasePeripheralReset(kLPUART1_RST_SHIFT_RSTn);
6464
RESET_ReleasePeripheralReset(kLPUART2_RST_SHIFT_RSTn);
65-
65+
6666
const port_pin_config_t port2_2_pin35_config = {/* Internal pull-up resistor is enabled */
6767
.pullSelect = kPORT_PullUp,
6868
/* Low internal pull resistor value is selected. */

0 commit comments

Comments
 (0)