soc:Added names to anonymous register structs

For typedef volatile struct in components/soc/esp32/include/soc

Merges https://github.com/espressif/esp-idf/pull/3199
This commit is contained in:
huub
2019-03-24 22:24:05 +01:00
committed by bot
parent dd6e8db7ec
commit 4aac441e46
23 changed files with 32 additions and 32 deletions

View File

@@ -20,7 +20,7 @@
extern "C" {
#endif
typedef volatile struct {
typedef volatile struct gpio_sd_dev_s {
union {
struct {
uint32_t duty: 8;