Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Fix inconsistent parameter name in tracker_channel_init
Browse files Browse the repository at this point in the history
  • Loading branch information
ljbade committed May 24, 2016
1 parent c1cf18e commit 40d9018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/track.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void tracking_channels_missed_update_error(u32 channels_mask);
/* State management interface */
bool tracker_channel_available(tracker_channel_id_t id, gnss_signal_t sid);
bool tracker_channel_init(tracker_channel_id_t id, gnss_signal_t sid,
u32 start_sample_count, float code_phase,
u32 ref_sample_count, float code_phase,
float carrier_freq, float cn0_init, s8 elevation);
bool tracker_channel_disable(tracker_channel_id_t id);

Expand Down

0 comments on commit 40d9018

Please sign in to comment.