Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 33735fb

Browse files
committedMay 4, 2020
[PinMap] Update preproc block indent
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 38b96c9 commit 33735fb

File tree

846 files changed

+8013
-8013
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

846 files changed

+8013
-8013
lines changed
 

‎src/genpinmap/Arduino/STM32F0/STM32F042C(4-6)Tx/PinNamesVar.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
#endif
2626
/* USB */
2727
#ifdef USBCON
28-
USB_NOE = PA_4,
29-
USB_DM = PA_11,
30-
USB_DP = PA_12,
31-
USB_NOE = PA_13,
32-
USB_NOE = PA_15,
28+
USB_NOE = PA_4,
29+
USB_DM = PA_11,
30+
USB_DP = PA_12,
31+
USB_NOE = PA_13,
32+
USB_NOE = PA_15,
3333
#endif

‎src/genpinmap/Arduino/STM32F0/STM32F042C(4-6)Ux/PinNamesVar.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
#endif
2626
/* USB */
2727
#ifdef USBCON
28-
USB_NOE = PA_4,
29-
USB_DM = PA_11,
30-
USB_DP = PA_12,
31-
USB_NOE = PA_13,
32-
USB_NOE = PA_15,
28+
USB_NOE = PA_4,
29+
USB_DM = PA_11,
30+
USB_DP = PA_12,
31+
USB_NOE = PA_13,
32+
USB_NOE = PA_15,
3333
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.