mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
all: Upgrade codespell to v2.4.1.
This commit upgrades from codespell==2.2.6 to the current codespell==2.4.1, adding emac to the ignore-words-list. Signed-off-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
committed by
Damien George
parent
8b1ed4473d
commit
5e206fdeb5
@@ -48,7 +48,7 @@ void mp_reader_new_file(mp_reader_t *reader, qstr filename);
|
||||
void mp_reader_new_file_from_fd(mp_reader_t *reader, int fd, bool close_fd);
|
||||
|
||||
// Try to efficiently read the given number of bytes from a ROM-based reader.
|
||||
// Returns a valid, non-NULL pointer to the requseted data if the reader points to ROM.
|
||||
// Returns a valid, non-NULL pointer to the requested data if the reader points to ROM.
|
||||
// Returns NULL if the reader does not point to ROM.
|
||||
const uint8_t *mp_reader_try_read_rom(mp_reader_t *reader, size_t len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user