File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
15
### Removed
16
16
17
17
### Fixed
18
+ - ` arduino_ci.rb --help ` no longer crashes
18
19
19
20
- Fix missing ` LED_BUILTIN ` definition for Arduino Due, Zero and Circuit Playground.
20
21
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ def self.parse(options)
69
69
puts " - #{ VAR_USE_SUBDIR } - if set, the script will install the library from this subdirectory of the cwd"
70
70
puts " - #{ VAR_EXPECT_EXAMPLES } - if set, testing will fail if no example sketches are present"
71
71
puts " - #{ VAR_EXPECT_UNITTESTS } - if set, testing will fail if no unit tests are present"
72
- puts " - #{ VAR_SKIP_LIBPROPS } - if set, testing will skip [experimental] library.properties validation"
73
72
exit
74
73
end
75
74
end
You can’t perform that action at this time.
0 commit comments