diff options
| author | Damien George | 2017-01-29 15:15:16 +1100 |
|---|---|---|
| committer | Damien George | 2017-01-30 12:26:07 +1100 |
| commit | 56506fd64a40f9c5ea97888245df6f2cb8b20744 (patch) | |
| tree | 152a6a95d1f3393e0b8b535e2a8f6f7a18692fd2 /cc3200/main.c | |
| parent | 6eafa544865a5d6dcb18f9161f7a18bd4fb6229f (diff) | |
cc3200: Convert to use new VFS sub-system and new ooFatFs library.
Diffstat (limited to 'cc3200/main.c')
| -rw-r--r-- | cc3200/main.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cc3200/main.c b/cc3200/main.c index fd263442c..06b3604b6 100644 --- a/cc3200/main.c +++ b/cc3200/main.c @@ -113,14 +113,3 @@ void vApplicationGetIdleTaskMemory( StaticTask_t **ppxIdleTaskTCBBuffer, *ppxIdleTaskStackBuffer = uxIdleTaskStack; *pulIdleTaskStackSize = configMINIMAL_STACK_SIZE; } - -// the following is temporay, until cc3200 converts to oofatfs - -#include "py/lexer.h" -#include "extmod/vfs_fat.h" - -mp_import_stat_t mp_import_stat(const char *path) { - return fat_vfs_import_stat(NULL, path); -} - -MP_DEFINE_CONST_FUN_OBJ_KW(mp_builtin_open_obj, 1, fatfs_builtin_open); |
