- 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:
Frank Voorburg 2016-02-23 10:56:02 +00:00
parent e4379d241a
commit fbfa8dfd31
1 changed files with 1 additions and 1 deletions

View File

@ -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 -------------------------------------------- */