mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
esp32/machine_i2s: Fix deprecated fields and constants.
Signed-off-by: IhorNehrutsa <Ihor.Nehrutsa@gmail.com>
This commit is contained in:
committed by
Damien George
parent
a427117d03
commit
3069fee386
@@ -126,7 +126,7 @@
|
||||
#define MICROPY_PY_MACHINE_DAC (SOC_DAC_SUPPORTED)
|
||||
#endif
|
||||
#ifndef MICROPY_PY_MACHINE_I2S
|
||||
#define MICROPY_PY_MACHINE_I2S (1)
|
||||
#define MICROPY_PY_MACHINE_I2S (SOC_I2S_SUPPORTED)
|
||||
#endif
|
||||
#define MICROPY_PY_MACHINE_I2S_INCLUDEFILE "ports/esp32/machine_i2s.c"
|
||||
#define MICROPY_PY_MACHINE_I2S_FINALISER (1)
|
||||
|
||||
Reference in New Issue
Block a user