mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(phy): move phy tx power track to IDF
This commit is contained in:
parent
355a420055
commit
9e07fa9312
@ -1665,7 +1665,7 @@ lmacProcessTxTimeout = 0x40001d78;
|
||||
lmacProcessCollision = 0x40001d80;
|
||||
lmacProcessTxRtsError = 0x40001d84;
|
||||
lmacProcessCtsTimeout = 0x40001d88;
|
||||
lmacProcessTxComplete = 0x40001d8c;
|
||||
/* lmacProcessTxComplete = 0x40001d8c;*/
|
||||
lmacProcessAckTimeout = 0x40001d90;
|
||||
lmacProcessTxError = 0x40001d94;
|
||||
lmacProcessTxseckiderr = 0x40001d98;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 7759f9bdf087eb7fb31e4a612b4d310633fb4dcb
|
||||
Subproject commit 174341fbe17d6527f25a1c4e936323b6f3e691e2
|
Loading…
Reference in New Issue
Block a user