We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b511eb commit 56e325cCopy full SHA for 56e325c
drivers/wifi/esp_at/esp.h
@@ -59,7 +59,7 @@ extern "C" {
59
#define ESP_PROTO_PASSIVE(proto) 0
60
#endif /* CONFIG_WIFI_ESP_AT_PASSIVE_MODE */
61
62
-#define ESP_BUS DT_BUS(DT_DRV_INST(0))
+#define ESP_BUS DT_INST_BUS(0)
63
64
#if DT_PROP(ESP_BUS, hw_flow_control) == 1
65
#define _FLOW_CONTROL "3"
0 commit comments