Commit e712f60
Fix I2S compilation on IDF 6.0-beta2 (#89)
* fix: i2s compilation on IDF 6.0-beta2
* Fix i2s_periph.h include for IDF 4.x
The conditional from the cherry-pick only included soc/i2s_periph.h for
IDF >= 5.4.0, leaving IDF 4.x without it. Change the elif to else so
all non-6.0 versions get the header.
---------
Co-authored-by: Aiden <aiden@vigue.me>1 parent e4b3ac6 commit e712f60
File tree
2 files changed
+12
-1
lines changed- components/hub75
- src/platforms/i2s
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
| 39 | + | |
| 40 | + | |
34 | 41 | | |
35 | 42 | | |
36 | 43 | | |
| |||
0 commit comments