| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-01-06 07:07:55 +0100 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-01-06 07:07:55 +0100 | 
| commit | f9a06303ce72aa6697c17447dfef545db72c2407 (patch) | |
| tree | 7cbc0638bcf7879f0b978881f66b51192e290e08 /src/device | |
| parent | ee48214209e66aa8c6f353262b175895373f76df (diff) | |
Working on the client/server communication...
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/axis/axis_filter.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/device/axis/axis_filter.c b/src/device/axis/axis_filter.c index eb14edd..04dfdb7 100644 --- a/src/device/axis/axis_filter.c +++ b/src/device/axis/axis_filter.c @@ -122,8 +122,6 @@ int relabsd_axis_filter_new_value        return 0;     } -   /* TODO: handle conf->axis[axis].resolution */ -     if (axis->flags[RELABSD_DIRECT])     {        return direct_filter(axis, value); | 


