stm32: Replace stray tabs with spaces.
This commit is contained in:
parent
f1dd0fd7df
commit
3101a8fe32
@ -83,7 +83,7 @@
|
|||||||
|
|
||||||
// TODO Add python method to change callback object.
|
// TODO Add python method to change callback object.
|
||||||
|
|
||||||
#define EXTI_OFFSET (EXTI_BASE - PERIPH_BASE)
|
#define EXTI_OFFSET (EXTI_BASE - PERIPH_BASE)
|
||||||
|
|
||||||
// Macro used to set/clear the bit corresponding to the line in the IMR/EMR
|
// Macro used to set/clear the bit corresponding to the line in the IMR/EMR
|
||||||
// register in an atomic fashion by using bitband addressing.
|
// register in an atomic fashion by using bitband addressing.
|
||||||
|
@ -44,8 +44,8 @@ typedef enum {
|
|||||||
} pyb_usb_storage_medium_t;
|
} pyb_usb_storage_medium_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
USB_PHY_FS_ID = 0,
|
USB_PHY_FS_ID = 0,
|
||||||
USB_PHY_HS_ID = 1,
|
USB_PHY_HS_ID = 1,
|
||||||
} USB_PHY_ID;
|
} USB_PHY_ID;
|
||||||
|
|
||||||
extern mp_uint_t pyb_usb_flags;
|
extern mp_uint_t pyb_usb_flags;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user