File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 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/).
1515### Removed
1616
1717### Fixed
18+ - ` arduino_ci.rb --help ` no longer crashes
1819
1920- Fix missing ` LED_BUILTIN ` definition for Arduino Due, Zero and Circuit Playground.
2021
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ def self.parse(options)
6969 puts " - #{ VAR_USE_SUBDIR } - if set, the script will install the library from this subdirectory of the cwd"
7070 puts " - #{ VAR_EXPECT_EXAMPLES } - if set, testing will fail if no example sketches are present"
7171 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"
7372 exit
7473 end
7574 end
You can’t perform that action at this time.
0 commit comments