Skip to content

Commit d5c1ad1

Browse files
committed
Cleanup
1 parent dbc3083 commit d5c1ad1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function on_timer(rl::RateLimiter)
9292
end
9393

9494
"""
95-
@with_kw mutable struct Mixer_2CH @deftype Float64
95+
mutable struct Mixer_2CH @deftype
9696
9797
Mix two analog inputs. Implements the simulink block diagram, shown in `docs/mixer_2ch.png`.
9898

src/winchcontroller.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
"""
7-
@with_kw mutable struct WinchController @deftype Float64
7+
mutable struct WinchController
88
99
Basic winch controller. Works in one of the three modes `wcsLowerForceLimit`, `wcsSpeedControl` and
1010
`wcsUpperForceLimit`.

0 commit comments

Comments
 (0)