1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-04 15:30:01 +00:00

Storage-class specifier should be at the beginning of the declaration

This commit is contained in:
Carles Fernandez 2024-10-07 17:40:16 +02:00
parent a5c792f689
commit 4c07b71c37
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -229,7 +229,7 @@ public:
{
}
const uint32_t tag_id;
uint32_t static id_counter;
static uint32_t id_counter;
uint32_t TOW;
uint32_t WN;
uint32_t PRNa;