Skip to content

Commit 2345544

Browse files
committed
fix: remove trailing whitespaces in NXP MCXA RTduino files
1 parent 9c3acc6 commit 2345544

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bsp/nxp/mcx/mcxa/Libraries/drivers/drv_pin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <rtthread.h>
1717
#include <rtdevice.h>
1818

19-
#define GET_PINS(PORTx, PINx) (32 * PORTx + PINx)
19+
#define GET_PINS(PORTx, PINx) (32 * PORTx + PINx)
2020
extern int rt_hw_pin_init(void);
2121

2222
#endif /* __DRV_PIN_H__ */

bsp/nxp/mcx/mcxa/frdm-mcxa346/applications/arduino_pinout/pins_arduino.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Change Logs:
77
* Date Author Notes
88
* 2025-12-08 westcity-yolo first version
9-
*
9+
*
1010
*/
1111

1212
#include <Arduino.h>
@@ -45,5 +45,5 @@ const pin_map_t pin_map_table[]=
4545
{A3, GET_PINS(3,30),"adc1", 21},
4646
{A4, GET_PINS(1,0),"i2c1"}, /* I2C-SDA (Wire) */
4747
{A5, GET_PINS(1,1),"i2c1"}, /* I2C-SCL (Wire) */
48-
48+
4949
};

0 commit comments

Comments
 (0)