-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit 5d5e15b
Restrict ArduinoISP name collision fix to ArduinoCore-API 1.0.1
ArduinoCore-API 1.0.1 declares a SPISettings class, but ArduinoCore-API 1.0.0 and 1.1.0 don't do this, so the previous preprocessor conditional that was added to fix the ArduinoCore-API sketch for platforms using ArduinoCore-API 1.0.1 actually breaks it for platforms using previous or later versions.1 parent 4421ef8 commit 5d5e15b
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 | - | ||
167 | + | ||
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
|
0 commit comments