Skip to content

Commit 7c585ab

Browse files
author
Federico Fissore
committed
Libraries bundled with cores will take the type of that core, instead of relying on an undocumented 'types' property. Fixes #2875
1 parent dd88644 commit 7c585ab

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

Diff for: libraries/EEPROM/library.properties

-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ sentence=Enables reading and writing to the permanent board storage. For all Ard
66
paragraph=
77
url=http://arduino.cc/en/Reference/EEPROM
88
architectures=avr
9-
types=Arduino
109

Diff for: libraries/SPI/library.properties

-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ sentence=Enables the communication with devices that use the Serial Peripheral I
66
paragraph=
77
url=http://arduino.cc/en/Reference/SPI
88
architectures=avr
9-
types=Arduino
109

Diff for: libraries/SoftwareSerial/library.properties

-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ sentence=Enables serial communication on digital pins. For all Arduino boards, B
66
paragraph=
77
url=http://arduino.cc/en/Reference/SoftwareSerial
88
architectures=avr
9-
types=Arduino
109

Diff for: libraries/Wire/library.properties

-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ sentence=Allows the communication between devices or sensors connected via Two W
66
paragraph=
77
url=http://arduino.cc/en/Reference/Wire
88
architectures=avr
9-
types=Arduino
109

0 commit comments

Comments
 (0)