diff options
Diffstat (limited to 'docs/porting.rst')
| -rw-r--r-- | docs/porting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting.rst b/docs/porting.rst index d28f56f47..db4ae7626 100644 --- a/docs/porting.rst +++ b/docs/porting.rst @@ -64,7 +64,7 @@ as a natural "TODO" list. An example minimal build list is shown below: CIRCUITPY_ROTARYIO = 0 CIRCUITPY_RTC = 0 CIRCUITPY_FREQUENCYIO = 0 - CIRCUITPY_I2CSLAVE = 0 + CIRCUITPY_I2CPERIPHERAL = 0 CIRCUITPY_DISPLAYIO = 0 # Requires SPI, PulseIO (stub ok) # These modules are implemented in shared-module/ - they can be included in |
