mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix(phy): move phy tx power track to IDF
This commit is contained in:
@ -1665,7 +1665,7 @@ lmacProcessTxTimeout = 0x40001d78;
|
||||
lmacProcessCollision = 0x40001d80;
|
||||
lmacProcessTxRtsError = 0x40001d84;
|
||||
lmacProcessCtsTimeout = 0x40001d88;
|
||||
lmacProcessTxComplete = 0x40001d8c;
|
||||
/* lmacProcessTxComplete = 0x40001d8c;*/
|
||||
lmacProcessAckTimeout = 0x40001d90;
|
||||
lmacProcessTxError = 0x40001d94;
|
||||
lmacProcessTxseckiderr = 0x40001d98;
|
||||
|
Submodule components/esp_wifi/lib updated: 7759f9bdf0...174341fbe1
Reference in New Issue
Block a user