Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Sep 30, 2024
1 parent d396fb4 commit 71f7bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KitePodModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function get_depower(kcu::KCU); return kcu.depower; end
"""
get_steering(kcu::KCU)
Read the current depower value. Result will be between -1.0 and 1.0.
Read the current steering value. Result will be between -1.0 and 1.0.
"""
function get_steering(kcu::KCU); return kcu.steering; end

Expand Down

0 comments on commit 71f7bcd

Please sign in to comment.