diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-06-23 08:45:15 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@unpythonic.net> | 2020-06-25 11:44:19 -0500 |
| commit | 1d2cc0b968fb75e19a752ebe4ec846921297db0f (patch) | |
| tree | e2203ac24afb963fed047946dcad85ef6a971001 /ports/litex | |
| parent | 9737dd9c308df0d7356ee5ff727e34a93a88e302 (diff) | |
I2CPeripheral: Rename class and its module
This is an incompatible change.
Diffstat (limited to 'ports/litex')
| -rw-r--r-- | ports/litex/mpconfigport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/litex/mpconfigport.mk b/ports/litex/mpconfigport.mk index 004930ba7..311c87b5d 100644 --- a/ports/litex/mpconfigport.mk +++ b/ports/litex/mpconfigport.mk @@ -20,7 +20,7 @@ CIRCUITPY_BOARD = 0 CIRCUITPY_BUSIO = 0 CIRCUITPY_DISPLAYIO = 0 CIRCUITPY_FREQUENCYIO = 0 -CIRCUITPY_I2CSLAVE = 0 +CIRCUITPY_I2CPERIPHERAL = 0 CIRCUITPY_NVM = 0 CIRCUITPY_PULSEIO = 0 CIRCUITPY_ROTARYIO = 0 |
