mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-25 13:01:36 +00:00
I noticed a few structs where the flags didn't show up correctly in the docs. Naming the flag struct makes the individual flags appear properly in the nested struct. Merges https://github.com/espressif/esp-idf/pull/17803 Closes https://github.com/espressif/esp-idf/issues/17804