aboutsummaryrefslogtreecommitdiff
path: root/src/ultimate.hpp
diff options
context:
space:
mode:
authorBarattero Laurent <laurent@larueluberlu.net>2014-01-19 03:36:32 +0100
committerBarattero Laurent <laurent@larueluberlu.net>2014-01-19 03:36:32 +0100
commit6ed6128396063cc4d1676d41fb63517eb29162e4 (patch)
tree7a535914e500f78d54bc3ab1b3e719d8b2c0e041 /src/ultimate.hpp
parente699bff3118126e2494c57f632a7605b1328c030 (diff)
minor fix to sendSetSerial:
erasing debug messages and adding to verbose mode.
Diffstat (limited to '')
-rw-r--r--src/ultimate.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ultimate.hpp b/src/ultimate.hpp
index 0375781..355bd14 100644
--- a/src/ultimate.hpp
+++ b/src/ultimate.hpp
@@ -56,7 +56,7 @@ class Ultimate
std::string getSerial();
int uploadGlo(std::string file_name);
int uploadGloc(std::string file_name);
- void setSerialUlt(uint32_t serialNumber);
+ uint32_t setSerialUlt(uint32_t serialNumber);
private:
SerialProp ser;