From 6c365e8970c0613cc81efb61bf8600037f25e09a Mon Sep 17 00:00:00 2001 From: swym <0xfd000000@gmail.com> Date: Mon, 22 Jul 2019 19:18:47 +0000 Subject: [PATCH] Update mpconfigport.h --- pycardium/mpconfigport.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pycardium/mpconfigport.h b/pycardium/mpconfigport.h index 517f8b227..d02cb8032 100644 --- a/pycardium/mpconfigport.h +++ b/pycardium/mpconfigport.h @@ -76,8 +76,3 @@ typedef long mp_off_t; #define MICROPY_PORT_ROOT_POINTERS \ const char *readline_hist[16]; - -#define MICROPY_VFS (1) -#ifndef MICROPY_VFS_FAT -#define MICROPY_VFS_FAT (1) -#endif -- GitLab