Skip to content
Snippets Groups Projects
Commit 4d75325d authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[UbloxGPS] Fixed minor bug

parent 72aa15ef
Branches
Tags
No related merge requests found
...@@ -129,7 +129,7 @@ private: ...@@ -129,7 +129,7 @@ private:
const int defaultBaudrate; // [baud] const int defaultBaudrate; // [baud]
char gpsFilePath[16]; ///< Allows for a filename of up to 10 characters char gpsFilePath[16]; ///< Allows for a filename of up to 10 characters
int gpsFile; int gpsFile = -1;
mutable miosix::FastMutex mutex; mutable miosix::FastMutex mutex;
UbloxGPSData threadSample{}; UbloxGPSData threadSample{};
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include <radio/SX1278/SX1278.h>
#include <drivers/interrupt/external_interrupts.h> #include <drivers/interrupt/external_interrupts.h>
#include <radio/SX1278/SX1278.h>
#include <thread> #include <thread>
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include <radio/SX1278/SX1278.h>
#include <drivers/interrupt/external_interrupts.h> #include <drivers/interrupt/external_interrupts.h>
#include <radio/SX1278/SX1278.h>
#include <cstring> #include <cstring>
#include <thread> #include <thread>
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include <radio/SX1278/SX1278.h>
#include <drivers/interrupt/external_interrupts.h> #include <drivers/interrupt/external_interrupts.h>
#include <radio/SX1278/SX1278.h>
#include "test-sx1278-core.h" #include "test-sx1278-core.h"
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include <radio/SX1278/SX1278.h>
#include <drivers/interrupt/external_interrupts.h> #include <drivers/interrupt/external_interrupts.h>
#include <filesystem/console/console_device.h> #include <filesystem/console/console_device.h>
#include <radio/SX1278/SX1278.h>
#include <thread> #include <thread>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment