Skip to content

Commit 8efa53c

Browse files
committed
Fix warning
1 parent 871b23d commit 8efa53c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/systemstatecontrol.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ function switch(ssc::SystemStateControl, state)
179179
end
180180

181181
"""
182-
get_depower(ssc::SystemStateControl)
182+
get_depower(_ssc::SystemStateControl)
183183
184184
Return the current depower set-point (0..1) computed by the flight path planner.
185185
"""
186-
function get_depower(ssc::SystemStateControl)
186+
function get_depower(_ssc::SystemStateControl)
187187
return depower[]
188188
end

0 commit comments

Comments
 (0)