Ivan Grokhotkov 414e5ce1d5 Merge branch 'bugfix/rmt_mem_struct' into 'master'
Only fix rmt_mem_t struct definition error.

Modify the struct definition according to technical_reference_manual. 
Tested.

```
typedef volatile struct {
    struct {
        union {
            struct {
                uint32_t duration0:    15;
                uint32_t level0:       1;
                uint32_t duration1:    15;
                uint32_t level1:       1;
            };
            uint32_t val;
        } data[64];
    } chan[8];
} rmt_mem_t;
```

See merge request !186
2016-11-08 18:47:53 +08:00
..
2016-08-17 23:08:22 +08:00
2016-11-08 13:30:35 +08:00
2016-11-01 15:41:10 +08:00
2016-10-17 12:18:17 +08:00
2016-11-03 17:37:15 +08:00
2016-08-17 23:08:22 +08:00
2016-10-28 14:32:11 +08:00
2016-08-17 23:08:22 +08:00