esp8266/machine_adc: Rename pyb_adc_* to machine_adc_*.

This commit is contained in:
Damien George
2019-07-20 12:41:20 +10:00
parent ebacdfabb6
commit 625609a737
3 changed files with 19 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
extern const mp_obj_type_t pyb_pin_type;
extern const mp_obj_type_t pyb_pwm_type;
extern const mp_obj_type_t pyb_adc_type;
extern const mp_obj_type_t machine_adc_type;
extern const mp_obj_type_t pyb_rtc_type;
extern const mp_obj_type_t pyb_uart_type;
extern const mp_obj_type_t pyb_i2c_type;