mirror of https://github.com/rusefi/openblt.git
- Resolved compiler warning by initializing local parse_result in FileTask().
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@127 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
e4379d241a
commit
fbfa8dfd31
|
@ -184,7 +184,7 @@ blt_bool FileHandleFirmwareUpdateRequest(void)
|
|||
****************************************************************************************/
|
||||
void FileTask(void)
|
||||
{
|
||||
blt_int16s parse_result;
|
||||
blt_int16s parse_result = 0;
|
||||
blt_char *read_line_ptr;
|
||||
|
||||
/* ------------------------------- idle -------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue