Skip to content

Commit

Permalink
Fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
carlou33 committed Jul 25, 2016
1 parent 378c46b commit 84d08be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 123 deletions.
64 changes: 0 additions & 64 deletions MAKE-UDOO/UdooServer.pro

This file was deleted.

4 changes: 2 additions & 2 deletions src/SerialManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void SerialManager::stop() {

void SerialManager::run() {

#ifdef UDOO_BUILD
#ifdef UDOO_BUILD // On UDOO
// Port opening
port = std::make_shared<QSerialPort>(SERIAL_PORT);

Expand All @@ -50,7 +50,7 @@ void SerialManager::run() {
}
}
}
#else
#else // On Raspberry Pi
int PadCutOff[8] = {300,300,300,300,300,300,300,300};
int MaxPlayTime[8] = {90,90,90,90,90,90,90,90};
bool ActivePad[8] = {0,0,0,0,0,0,0,0};
Expand Down
57 changes: 0 additions & 57 deletions src/UdooServer.pro

This file was deleted.

0 comments on commit 84d08be

Please sign in to comment.