nrf5: Renaming configuration define in board configs using i2c from MICROPY_PY_MACHINE_HW_I2C to MICROPY_PY_MACHINE_I2C as the config is overlapping with the latter.

This commit is contained in:
Glenn Ruben Bakke 2017-02-02 18:43:12 +01:00
parent 4cbdbc9a4b
commit 5e9e48e9e3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#define MICROPY_PY_MACHINE_HW_SPI (1)
#define MICROPY_PY_MACHINE_TIMER (1)
#define MICROPY_PY_MACHINE_RTC (1)
#define MICROPY_PY_MACHINE_HW_I2C (1)
#define MICROPY_PY_MACHINE_I2C (1)
#define MICROPY_PY_MACHINE_ADC (1)
#define MICROPY_PY_DISPLAY (1)