mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-26 18:14:11 +00:00
fix(dma): fix s3 dma reg spell error
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -161,7 +161,7 @@ typedef volatile struct gdma_dev_s {
|
||||
uint32_t reserved12 : 20;
|
||||
};
|
||||
uint32_t val;
|
||||
} wight;
|
||||
} weight;
|
||||
uint32_t reserved_40;
|
||||
union {
|
||||
struct {
|
||||
@@ -321,7 +321,7 @@ typedef volatile struct gdma_dev_s {
|
||||
uint32_t reserved12 : 20;
|
||||
};
|
||||
uint32_t val;
|
||||
} wight;
|
||||
} weight;
|
||||
uint32_t reserved_a0;
|
||||
union {
|
||||
struct {
|
||||
|
Reference in New Issue
Block a user