This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
|
1 commit comments
SuGlider commentedon Mar 16, 2023
Fix in Line 32: Adds GPIO Peripheral as the one that must have a valid bus pointer.
Fix in Line 42: When a deinit() function of a peripheral calls
perimanSetPinBus(pin, ESP32_BUS_TYPE_INIT, NULL);
to free the pin in the Peripheral Manager table, it will end up calling it self again in an infinite loop.