Commit 633cee8
committed
feat: import postvariant.h if it exists
This commit adds a conditional include for "postvariant.h" in the
Arduino.h header file. If it exists, it will be included after the main
Arduino definitions. This allows for additional variant-specific
configurations or overrides to be applied without modifying the core
Arduino.h file directly.
Signed-off-by: Luca Burelli <l.burelli@arduino.cc>1 parent fe30fe5 commit 633cee8
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
163 | 167 | | |
0 commit comments