mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
boards: cxd56xx: Fix charger and gauge initialize functions
Fix the function definitions to match the prototype declarations.
This commit is contained in:
@@ -46,8 +46,7 @@ static int g_chargerinitialized = 0;
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
int board_charger_initialize(const char *devpath,
|
||||
int16_t *gaugemeter)
|
||||
int board_charger_initialize(const char *devpath)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ static int g_gaugeinitialized = 0;
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int board_gauge_initialize(const char *devpath, int16_t *gaugemeter)
|
||||
int board_gauge_initialize(const char *devpath)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user