mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04: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