diff options
Diffstat (limited to 'stmhal/sdcard.h')
-rw-r--r-- | stmhal/sdcard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/sdcard.h b/stmhal/sdcard.h index 8197768de0..06ca5ef1b3 100644 --- a/stmhal/sdcard.h +++ b/stmhal/sdcard.h @@ -37,4 +37,5 @@ uint64_t sdcard_get_capacity_in_bytes(void); mp_uint_t sdcard_read_blocks(uint8_t *dest, uint32_t block_num, uint32_t num_blocks); mp_uint_t sdcard_write_blocks(const uint8_t *src, uint32_t block_num, uint32_t num_blocks); +extern const struct _mp_obj_type_t pyb_sdcard_type; extern const struct _mp_obj_base_t pyb_sdcard_obj; |