Skip to content

Commit

Permalink
Remove dependency Parameters.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Feb 18, 2023
1 parent bee66f3 commit 43aef3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ version = "0.2.1"
[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
KiteUtils = "90980105-b163-44e5-ba9f-8b1c83bb0533"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
DocStringExtensions = "0.8, 0.9"
KiteUtils = "0.4"
Parameters = "0.12"
Reexport = "1.2"
julia = "1.6, 1.7, 1.8"

Expand Down
4 changes: 2 additions & 2 deletions src/KitePodModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module KitePodModels

using Reexport
@reexport using KiteUtils
using Parameters, DocStringExtensions
using DocStringExtensions

export calc_alpha_depower, init_kcu, set_depower_steering, get_depower, get_steering
export KCU
Expand All @@ -18,7 +18,7 @@ end
Stuct that is storing the settings and the state of the kite control unit.
"""
@with_kw mutable struct KCU
Base.@kwdef mutable struct KCU
set::KiteUtils.Settings = se()
set_depower::Float64 = 0.0
set_steering::Float64 = 0.0
Expand Down

0 comments on commit 43aef3f

Please sign in to comment.