Initialise variables explicitly

This commit is contained in:
George Oikonomou 2018-03-11 14:36:40 +00:00
parent ee5833a447
commit 8624fa1601
1 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,8 @@ platform_init_stage_two()
void
platform_init_stage_three()
{
radio_value_t chan, pan;
radio_value_t chan = 0;
radio_value_t pan = 0;
set_rf_params();