mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-07-04 02:53:06 +00:00
Storage-class specifier should be at the beginning of the declaration
This commit is contained in:
parent
a5c792f689
commit
4c07b71c37
@ -229,7 +229,7 @@ public:
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
const uint32_t tag_id;
|
const uint32_t tag_id;
|
||||||
uint32_t static id_counter;
|
static uint32_t id_counter;
|
||||||
uint32_t TOW;
|
uint32_t TOW;
|
||||||
uint32_t WN;
|
uint32_t WN;
|
||||||
uint32_t PRNa;
|
uint32_t PRNa;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user