We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23fbd0 commit 8d58657Copy full SHA for 8d58657
exe/arduino_ci.rb
@@ -51,7 +51,7 @@ def self.parse(options)
51
end
52
53
opts.on("--min-free-space=VALUE", "Minimum free SRAM memory for stack/heap") do |p|
54
- output_options[:min_free_space] = p.to_i()
+ output_options[:min_free_space] = p.to_i
55
56
57
opts.on("-h", "--help", "Prints this help") do
0 commit comments