fix ledc and spi typo

This commit is contained in:
Wangjialin
2016-09-18 19:24:43 +08:00
parent 94bcb14bcc
commit 015ae7e0d0
2 changed files with 2 additions and 2 deletions

View File

@@ -420,7 +420,7 @@ typedef volatile struct {
uint32_t val;
}dma_status;
union {
struct {_int_clr
struct {
uint32_t inlink_dscr_empty: 1; /*The enable bit for lack of enough inlink descriptors.*/
uint32_t outlink_dscr_error: 1; /*The enable bit for outlink descriptor error.*/
uint32_t inlink_dscr_error: 1; /*The enable bit for inlink descriptor error.*/