8000 sdioio: Remove junk in comments · unixjazz/circuitpython@472a04b · GitHub
[go: up one dir, main page]

Skip to content

Commit 472a04b

Browse files
committed
sdioio: Remove junk in comments
1 parent c5db97c commit 472a04b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

shared-bindings/sdioio/SDCard.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -285,20 +285,6 @@ STATIC const mp_rom_map_elem_t sdioio_sdcard_locals_dict_table[] = {
285285
{ MP_ROM_QSTR(MP_QSTR_count), MP_ROM_PTR(&sdioio_sdcard_count_obj) },
286286
{ MP_ROM_QSTR(MP_QSTR_readblocks), MP_ROM_PTR(&sdioio_sdcard_readblocks_obj) },
287287
{ MP_ROM_QSTR(MP_QSTR_writeblocks), MP_ROM_PTR(&sdioio_sdcard_writeblocks_obj) },
288-
289-
// Methods in STM HAL:
290-
// InitCard
291-
// ReadBlocks
292-
// WriteBlocks
293-
// Erase
294-
// GetCardState
295-
// GetCardCID
296-
// GetCardCSD
297-
// GetCardInfo
298-
// GetState
299-
// GetError
300-
// Abort
301-
302288
};
303289
STATIC MP_DEFINE_CONST_DICT(sdioio_sdcard_locals_dict, sdioio_sdcard_locals_dict_table);
304290

0 commit comments

Comments
 (0)
0