Skip to content

Commit c9ecc44

Browse files
committedJul 12, 2021
Correct field name in library.properties
The library.properties metadata file's `includes` field name was misspelled `include`, which is not supported.
1 parent eb791f4 commit c9ecc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ paragraph=
77
category=Communication
88
url=
99
architectures=mbed,mbed_portenta,mbed_nano
10-
include=Arduino_ThreadsafeIO.h
10+
includes=Arduino_ThreadsafeIO.h

0 commit comments

Comments
 (0)