-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit 16fcdeb
fix(arduino): restore proper pin remapping functionality (#11315)
Commit 0773dd7 from PR #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>
Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com>1 parent b461e01 commit 16fcdeb
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original 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 | + | ||
256 | + | ||
254 | 257 |
|
0 commit comments