🎨 Misc. code cleanup

This commit is contained in:
Scott Lahteine
2023-05-01 18:45:42 -05:00
parent f89fa4cec7
commit 4812ed5053
13 changed files with 53 additions and 52 deletions

View File

View File

@@ -27,4 +27,4 @@
#ifdef USBCON
USB_DM = PA_11,
USB_DP = PA_12,
#endif
#endif

View File

@@ -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