1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-19 05:33:02 +00:00

Fix formatting

This commit is contained in:
Carles Fernandez 2022-12-05 20:42:42 +01:00
parent 31124ae72b
commit 5ac57eff38
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 2 additions and 3 deletions

View File

@ -63,7 +63,6 @@ private:
// channel buffer structure // channel buffer structure
struct channel_buffer struct channel_buffer
{ {
//std::array<int8_t, BUFFER_SIZE> buffer;
int8_t buffer[DMA_MAX_BUFFER_SIZE]; int8_t buffer[DMA_MAX_BUFFER_SIZE];
enum proxy_status enum proxy_status
{ {