mirror of
https://github.com/jscrane/r65emu.git
synced 2024-12-21 12:29:51 +00:00
bugfix
This commit is contained in:
parent
c4ee594a1c
commit
63bb49a7eb
@ -43,7 +43,7 @@ void PWM::set_freq(unsigned freq) {
|
||||
void PWM::begin(unsigned gpio) {
|
||||
}
|
||||
|
||||
void PWM::start(unsigned duty) {
|
||||
void PWM::set_duty(unsigned duty) {
|
||||
}
|
||||
|
||||
void PWM::stop() {
|
||||
|
Loading…
Reference in New Issue
Block a user