From bd1e7bf85e01ccaece3c3da4a701f7911f63cd7e Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sun, 17 Dec 2017 23:29:33 +0100 Subject: [PATCH] [FASFAT] Enable FAT volume dismount using VPB swapout --- drivers/filesystems/fastfat/vfat.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/filesystems/fastfat/vfat.h b/drivers/filesystems/fastfat/vfat.h index b84b320573c..50b83b1afb9 100644 --- a/drivers/filesystems/fastfat/vfat.h +++ b/drivers/filesystems/fastfat/vfat.h @@ -13,11 +13,7 @@ #endif #define USE_ROS_CC_AND_FS -#if 0 -#ifndef _MSC_VER #define ENABLE_SWAPOUT -#endif -#endif #define ROUND_DOWN(n, align) \ (((ULONG)n) & ~((align) - 1l))