From 64a9830678bcf638be8ff4b3cfb5ace4bbffa65c Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Tue, 2 Feb 2021 16:09:22 -0700 Subject: [PATCH] fix merge issue --- source/fileop.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/fileop.cpp b/source/fileop.cpp index 5bef041..755cfcb 100644 --- a/source/fileop.cpp +++ b/source/fileop.cpp @@ -299,7 +299,6 @@ void MountAllFAT() MountFAT(DEVICE_SD_PORT2, SILENT); MountFAT(DEVICE_SD_SLOTA, SILENT); MountFAT(DEVICE_SD_SLOTB, SILENT); - MountFAT(DEVICE_SD_PORT2, SILENT); #endif }