Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 3101a8f

Browse files
committed
stm32: Replace stray tabs with spaces.
1 parent f1dd0fd commit 3101a8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ports/stm32/extint.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
// TODO Add python method to change callback object.
8585

86-
#define EXTI_OFFSET (EXTI_BASE - PERIPH_BASE)
86+
#define EXTI_OFFSET (EXTI_BASE - PERIPH_BASE)
8787

8888
// Macro used to set/clear the bit corresponding to the line in the IMR/EMR
8989
// register in an atomic fashion by using bitband addressing.

ports/stm32/usb.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ typedef enum {
4444
} pyb_usb_storage_medium_t;
4545

4646
typedef enum {
47-
USB_PHY_FS_ID = 0,
48-
USB_PHY_HS_ID = 1,
47+
USB_PHY_FS_ID = 0,
48+
USB_PHY_HS_ID = 1,
4949
} USB_PHY_ID;
5050

5151
extern mp_uint_t pyb_usb_flags;

0 commit comments

Comments
 (0)