Skip to content

Commit 898c9f5

Browse files
committed
Fix mrbgem.rake
1 parent ae9d663 commit 898c9f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mrbgem.rake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
MRuby::Gem::Specification.new('mruby-esp32-pwm') do |spec|
1+
MRuby::Gem::Specification.new('mruby-esp32-mcpwm') do |spec|
22
spec.license = 'MIT'
33
spec.author = 'yuuu'
4-
spec.summary = 'PWM class on ESP32'
4+
spec.summary = 'MCPWM class on ESP32'
55

66
spec.add_dependency('mruby-rational', :core => 'mruby-rational')
77
end

0 commit comments

Comments
 (0)