🎨 Misc. code cleanup
This commit is contained in:
0
buildroot/share/PlatformIO/variants/MARLIN_F103Rx/PeripheralPins.c
Executable file → Normal file
0
buildroot/share/PlatformIO/variants/MARLIN_F103Rx/PeripheralPins.c
Executable file → Normal file
@@ -27,4 +27,4 @@
|
||||
#ifdef USBCON
|
||||
USB_DM = PA_11,
|
||||
USB_DP = PA_12,
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -413,7 +413,7 @@ const PinMap PinMap_USB_OTG_HS[] = {
|
||||
*/
|
||||
{NC, NP, 0}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef HAL_SD_MODULE_ENABLED
|
||||
WEAK const PinMap PinMap_SD[] = {
|
||||
@@ -430,4 +430,3 @@ WEAK const PinMap PinMap_SD[] = {
|
||||
{NC, NP, 0}
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user