mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
change(esp_rom): comment out conflict gpio functions
The GPIO function names has conflict with the public API used by esp_driver_gpio component. For now, we simply comment out the conflict ones. Later, we should consider reusing the GPIO rom APIs.
This commit is contained in:
@@ -258,8 +258,8 @@ gpio_get_input_level = 0x4000070c;
|
||||
gpio_matrix_in = 0x40000710;
|
||||
gpio_matrix_out = 0x40000714;
|
||||
gpio_bypass_matrix_in = 0x40000718;
|
||||
gpio_output_disable = 0x4000071c;
|
||||
gpio_output_enable = 0x40000720;
|
||||
/* gpio_output_disable = 0x4000071c; */
|
||||
/* gpio_output_enable = 0x40000720; */
|
||||
gpio_pad_input_disable = 0x40000724;
|
||||
gpio_pad_input_enable = 0x40000728;
|
||||
gpio_pad_pulldown = 0x4000072c;
|
||||
|
Reference in New Issue
Block a user