10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dd0fd commit 3101a8fCopy full SHA for 3101a8f
ports/stm32/extint.c
@@ -83,7 +83,7 @@
83
84
// TODO Add python method to change callback object.
85
86
-#define EXTI_OFFSET (EXTI_BASE - PERIPH_BASE)
+#define EXTI_OFFSET (EXTI_BASE - PERIPH_BASE)
87
88
// Macro used to set/clear the bit corresponding to the line in the IMR/EMR
89
// register in an atomic fashion by using bitband addressing.
ports/stm32/usb.h
@@ -44,8 +44,8 @@ typedef enum {
44
} pyb_usb_storage_medium_t;
45
46
typedef enum {
47
- USB_PHY_FS_ID = 0,
48
- USB_PHY_HS_ID = 1,
+ USB_PHY_FS_ID = 0,
+ USB_PHY_HS_ID = 1,
49
} USB_PHY_ID;
50
51
extern mp_uint_t pyb_usb_flags;
0 commit comments