mirror of
https://github.com/eclipse/upm.git
synced 2025-07-15 00:01:30 +03:00
speaker: fix some incorrect comments/documentation
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -130,7 +130,6 @@ namespace upm {
|
||||
* with setFrequency() or emit(). This function only operates
|
||||
* when in PWM mode.
|
||||
*
|
||||
* @param dev Device context
|
||||
*/
|
||||
void on();
|
||||
|
||||
@ -138,7 +137,6 @@ namespace upm {
|
||||
* Turn the speaker off. This function only operates when in
|
||||
* PWM mode.
|
||||
*
|
||||
* @param dev Device context
|
||||
*/
|
||||
void off();
|
||||
|
||||
|
Reference in New Issue
Block a user