mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-17 18:18:01 +00:00
- I_RD_REG used the wrong union member (.rd_reg) due to a copy-paste mistake - Peripheral register address in bits[7:0] should be given in words, not in bytes Fixes https://github.com/espressif/esp-idf/issues/297