diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-17 14:04:19 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-17 14:04:19 +0000 |
commit | b92d3e1fded0ad335f7a2c8c0f5dea91d258bae0 (patch) | |
tree | ada1f189c3fefe4f4fe3150cdb4b0d62b6162aa1 /stmhal/file.h | |
parent | 9e5ea4d768da3273b6d060cceffcc858e1c4827d (diff) | |
download | micropython-b92d3e1fded0ad335f7a2c8c0f5dea91d258bae0.tar.gz micropython-b92d3e1fded0ad335f7a2c8c0f5dea91d258bae0.zip |
stmhal: Add fatfs support, working with flash and SD card.
Diffstat (limited to 'stmhal/file.h')
-rw-r--r-- | stmhal/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/file.h b/stmhal/file.h new file mode 100644 index 0000000000..2e5b06ebc7 --- /dev/null +++ b/stmhal/file.h @@ -0,0 +1 @@ +MP_DECLARE_CONST_FUN_OBJ(mp_builtin_open_obj); |