mirror of https://github.com/rusefi/openblt.git
Refs #709. Corrected ExtractProgramSettingsFromCommandLine() function header.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@645 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
73afe21713
commit
c3955cd62e
|
@ -792,9 +792,7 @@ static void DisplayFirmwareDataInfo(uint32_t segments, uint32_t base, uint32_t s
|
|||
|
||||
|
||||
/************************************************************************************//**
|
||||
** \brief Parses the command line to extract the program settings. Note that this
|
||||
** function allocates the memory necessary to store the settings. It is the
|
||||
** caller's responsibility to free this memory after it is done with it.
|
||||
** \brief Parses the command line to extract the program settings.
|
||||
** \param argc Number of program arguments.
|
||||
** \param argv Array with program parameter strings.
|
||||
** \param programSettings Pointer to the setting structure where the program settings
|
||||
|
|
Loading…
Reference in New Issue