mirror of
https://github.com/micropython/micropython.git
synced 2025-12-15 17:30: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
@@ -1,4 +1,4 @@
|
||||
// Deinitions common to all SAMD21 boards
|
||||
// Definitions common to all SAMD21 boards
|
||||
#include "samd21.h"
|
||||
|
||||
#define MICROPY_CONFIG_ROM_LEVEL (MICROPY_CONFIG_ROM_LEVEL_BASIC_FEATURES)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Deinitions common to all SAMD51 boards
|
||||
// Definitions common to all SAMD51 boards
|
||||
#include "samd51.h"
|
||||
|
||||
#define MICROPY_CONFIG_ROM_LEVEL (MICROPY_CONFIG_ROM_LEVEL_FULL_FEATURES)
|
||||
|
||||
Reference in New Issue
Block a user