mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
lpc2387: pwm_init: return actual frequency
This commit is contained in:
parent
92a743560d
commit
8619bdec63
@ -82,7 +82,7 @@ int pwm_init(pwm_t dev, pwm_mode_t mode, unsigned int frequency, unsigned int re
|
||||
#endif
|
||||
}
|
||||
|
||||
return 0;
|
||||
return frequency;
|
||||
}
|
||||
|
||||
int pwm_set(pwm_t dev, int channel, unsigned int value)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user