mirror of
https://github.com/jscrane/r65emu.git
synced 2025-08-05 05:26:24 +00:00
bugfix
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user