samd: Rename machine I2C type consistently across ports.

This renames:
- machine_hw_i2c_type -> machine_i2c_type
This commit is contained in:
iabdalkader
2022-10-06 20:22:57 +02:00
committed by Damien George
parent 22ad45fda6
commit e275a58ac1
3 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
extern const mp_obj_type_t machine_adc_type;
extern const mp_obj_type_t machine_dac_type;
extern const mp_obj_type_t machine_hw_i2c_type;
extern const mp_obj_type_t machine_i2c_type;
extern const mp_obj_type_t machine_led_type;
extern const mp_obj_type_t machine_pin_type;
extern const mp_obj_type_t machine_pwm_type;