New Changes build on Linux/Rpi

This commit is contained in:
Chris Esposito 2017-12-24 10:52:01 +11:00
parent f65c8aa5a0
commit afa1419480
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -32,3 +32,5 @@ Desktop_Interface/debug/Labrador.vc.pdb
Desktop_Interface/debug/Labrador_resource.res
Desktop_Interface/debug/qrc_resources.cpp
!Desktop_Interface/bin/firmware/dfu-programmer.exe
*.o
Desktop_Interface/bin/Labrador

View File

@ -9,7 +9,7 @@ class uartStyleDecoder : public QObject
{
Q_OBJECT
public:
explicit uartStyleDecoder(QObject *parent_in = nullptr);
explicit uartStyleDecoder(QObject *parent_in = NULL);
void serialDecode(double baudRate);
int serialDistance();
QTimer *updateTimer;