1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-15 12:40:35 +00:00

Change header guard name for consistency

This commit is contained in:
Carles Fernandez 2018-01-23 21:48:42 +01:00
parent 9b7ce39c57
commit 80edc4313f

View File

@ -28,8 +28,8 @@
* -------------------------------------------------------------------------
*/
#ifndef LABSAT23_SOURCE_H
#define LABSAT23_SOURCE_H
#ifndef GNSS_SDR_LABSAT23_SOURCE_H
#define GNSS_SDR_LABSAT23_SOURCE_H
#include <gnuradio/block.h>
#include <string>