Skip to content

Commit 3732ae3

Browse files
Update documentation
1 parent 931c328 commit 3732ae3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/library-specification.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,6 @@ allowing the compilation to fail in a difficult to understand way):
419419
## Old library format (pre-1.5)
420420

421421
In order to support old libraries (from Arduino IDE 1.0.x), Arduino IDE and Arduino CLI will also compile libraries
422-
missing a library.properties metadata file. As a result, these libraries should behave as they did in Arduino IDE 1.0.x,
423-
although they will be available for all boards, including non-AVR ones (which wouldn’t have been present in Arduino IDE
424-
1.0.x).
422+
missing a library.properties metadata file (the header file is still required). As a result, these libraries should
423+
behave as they did in Arduino IDE 1.0.x, although they will be available for all boards, including non-AVR ones
424+
(which wouldn’t have been present in Arduino IDE 1.0.x).

0 commit comments

Comments
 (0)