Commit 083db16
authored
Fixes HWCDC::end() (espressif#8247)
* Fixes HWCDC::end()
There is a missing `tx_lock = NULL;`
* Update HWCDC.cpp
Initialize rx_data_buf[] with zeros.1 parent 3ec5f4e commit 083db16
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
| |||
0 commit comments