Skip to content

Commit

Permalink
fix export of init_kcu!
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Sep 3, 2024
1 parent 9fcd35d commit d396fb4
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 @@ -6,7 +6,7 @@ using Reexport
@reexport using KiteUtils
using DocStringExtensions

export calc_alpha_depower, init_kcu, set_depower_steering, get_depower, get_steering
export calc_alpha_depower, init_kcu!, set_depower_steering, get_depower, get_steering
export KCU

if ! isfile(joinpath(get_data_path(), "settings.yaml"))
Expand Down

0 comments on commit d396fb4

Please sign in to comment.