Commit 95701c0
committed
Only require official prefix on standalone library names
In the case of official platform bundled libraries, it doesn't make sense to req uire the Arduino_ prefix since
equivalent platform bundled libraries are often provided by each platform, both official and 3rd party. The "namespace"
provided by the prefix is only needed in the context of standalone libraries. In the case of platform bundled libraries,
the platform can provide the branding.1 parent 940bad4 commit 95701c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| |||
0 commit comments