mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 01:43:15 +00:00
boards: cxd56xx: Fix charger and gauge initialize functions
Fix the function definitions to match the prototype declarations.
This commit is contained in:
parent
e084c52e12
commit
0953d0cbb5
2 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue