1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-13 19:50:34 +00:00

fix typo in documentation

This commit is contained in:
Carles Fernandez 2016-04-08 18:25:24 +02:00
parent 8041325602
commit 2cf82bef1d
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*!
* \file galileo_e5a_dll_fll_pll_tracking_cc.h
* \file galileo_e5a_dll_pll_tracking_cc.h
* \brief Implementation of a code DLL + carrier PLL
* tracking block for Galileo E5a signals
* \author Marc Sales, 2014. marcsales92(at)gmail.com
@ -40,7 +40,6 @@
#include <sstream>
#include <boost/lexical_cast.hpp>
#include <gnuradio/io_signature.h>
#include <gnuradio/fxpt.h> // fixed point sine and cosine
#include <glog/logging.h>
#include <volk/volk.h>
#include "galileo_e5_signal_processing.h"

View File

@ -1,5 +1,5 @@
/*!
* \file galileo_e5a_dll_fll_pll_tracking_cc.h
* \file galileo_e5a_dll_pll_tracking_cc.h
* \brief Implementation of a code DLL + carrier PLL
* tracking block for Galileo E5a signals
* \author Marc Sales, 2014. marcsales92(at)gmail.com