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:
parent
8041325602
commit
2cf82bef1d
@ -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
|
* \brief Implementation of a code DLL + carrier PLL
|
||||||
* tracking block for Galileo E5a signals
|
* tracking block for Galileo E5a signals
|
||||||
* \author Marc Sales, 2014. marcsales92(at)gmail.com
|
* \author Marc Sales, 2014. marcsales92(at)gmail.com
|
||||||
@ -40,7 +40,6 @@
|
|||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <boost/lexical_cast.hpp>
|
#include <boost/lexical_cast.hpp>
|
||||||
#include <gnuradio/io_signature.h>
|
#include <gnuradio/io_signature.h>
|
||||||
#include <gnuradio/fxpt.h> // fixed point sine and cosine
|
|
||||||
#include <glog/logging.h>
|
#include <glog/logging.h>
|
||||||
#include <volk/volk.h>
|
#include <volk/volk.h>
|
||||||
#include "galileo_e5_signal_processing.h"
|
#include "galileo_e5_signal_processing.h"
|
||||||
|
@ -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
|
* \brief Implementation of a code DLL + carrier PLL
|
||||||
* tracking block for Galileo E5a signals
|
* tracking block for Galileo E5a signals
|
||||||
* \author Marc Sales, 2014. marcsales92(at)gmail.com
|
* \author Marc Sales, 2014. marcsales92(at)gmail.com
|
||||||
|
Loading…
Reference in New Issue
Block a user