Fixed: warning: variable 'rcode' set but not used

This commit is contained in:
Kristian Sloth Lauszus 2015-04-22 15:41:17 +02:00
parent 1f3072b343
commit bce1541026
2 changed files with 2 additions and 2 deletions

View file

@ -240,7 +240,7 @@ byte getconfdescr( byte addr, byte conf )
}//switch( descr_type
buf_ptr = ( buf_ptr + descr_length ); //advance buffer pointer
}//while( buf_ptr <=...
return( 0 );
return ( rcode );
}
/* prints hex numbers with leading zeroes */
// copyright, Peter H Anderson, Baltimore, MD, Nov, '07

View file

@ -236,7 +236,7 @@ byte getconfdescr( byte addr, byte conf )
}//switch( descr_type
buf_ptr = ( buf_ptr + descr_length ); //advance buffer pointer
}//while( buf_ptr <=...
return( 0 );
return ( rcode );
}
/* prints hex numbers with leading zeroes */
// copyright, Peter H Anderson, Baltimore, MD, Nov, '07