Skip to content

Commit

Permalink
Fix missed type change in lora-interference-helper.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
non-det-alle committed Oct 25, 2024
1 parent a929065 commit 5567991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/lora-interference-helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ LoraInterferenceHelper::Event::GetPacket() const
return m_packet;
}

double
uint32_t
LoraInterferenceHelper::Event::GetFrequency() const
{
return m_frequencyHz;
Expand Down

0 comments on commit 5567991

Please sign in to comment.