summaryrefslogtreecommitdiff
path: root/interfaces/common.idl
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/common.idl')
-rw-r--r--interfaces/common.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/interfaces/common.idl b/interfaces/common.idl
index e934b66..ded0d1e 100644
--- a/interfaces/common.idl
+++ b/interfaces/common.idl
@@ -10,7 +10,7 @@
* @copyright GPLv2
*
*/
-module Common {
+module Distrio {
/**
* @brief kind of error
@@ -37,7 +37,7 @@ module Common {
* (it's helpful to sync all boards with ntp)
*/
struct Error_timestamp {
- longlong seconds;
+ long seconds;
long nanoseconds;
};