forked from espressif/arduino-esp32
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 27a41b8
fix(arduino): restore proper pin remapping functionality
Commit 0773dd7 from PR espressif#10841 broke pin
remapping by moving its application too early in the definition process.
This commit restores the original order of includes, ensuring that pin
remapping is applied correctly.
Signed-off-by: Luca Burelli <l.burelli@arduino.cc>1 parent de184bd commit 27a41b8
1 file changed
+3
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | - | ||
45 | 44 |
| |
46 | 45 |
| |
47 | 46 |
| |
| |||
251 | 250 |
| |
252 | 251 |
| |
253 | 252 |
| |
253 | + | ||
254 | + | ||
255 | + | ||
254 | 256 |
|
0 commit comments