made GPS a static class
This commit is contained in:
@@ -90,7 +90,7 @@ class Net {
|
||||
return;
|
||||
}
|
||||
// Delegate to GPS
|
||||
GPS.instance.handlePackage(cast pack,dist,interf);
|
||||
GPS.handlePackage(cast pack,dist,interf);
|
||||
}
|
||||
}else{
|
||||
// New message received but its not ment for us. Forward if possible.
|
||||
|
||||
Reference in New Issue
Block a user