mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
pca9685: enableRestart() does not return anything, so make it void
fixes defect #21 Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
46ab65a344
commit
6f34162ac5
@ -299,10 +299,8 @@ namespace upm {
|
|||||||
*
|
*
|
||||||
* @param enabled true to enable restart, false to disable.
|
* @param enabled true to enable restart, false to disable.
|
||||||
* Default is enabled.
|
* Default is enabled.
|
||||||
*
|
|
||||||
* @return true if successful
|
|
||||||
*/
|
*/
|
||||||
bool enableRestart(bool enabled) { m_restartEnabled = enabled; };
|
void enableRestart(bool enabled) { m_restartEnabled = enabled; };
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user