Keep C extension for now, restore (void) arg (#15380)

This commit is contained in:
Marcio Teixeira
2019-09-27 13:02:35 -06:00
committed by Scott Lahteine
parent a8aca59c04
commit 02bbc51195
17 changed files with 263 additions and 263 deletions

View File

@@ -66,13 +66,13 @@ extern "C" {
*
* \return \c true if the ID pin management has been started, otherwise \c false.
*/
bool otg_dual_enable();
bool otg_dual_enable(void);
/**
* \brief Uninitialize the dual role
* This function is implemented in uotghs_host.c file.
*/
void otg_dual_disable();
void otg_dual_disable(void);
//! @name UOTGHS OTG ID pin management